fix(any/aliases-dc): removed

This commit is contained in:
Markus Pesch 2020-08-19 18:32:41 +02:00
parent 378862895d
commit 16ca3d862e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
6 changed files with 4 additions and 34 deletions

3
.gitmodules vendored
View File

@ -59,3 +59,6 @@
[submodule "any/mint-backgrounds"]
path = any/mint-backgrounds
url = ssh://aur@aur.archlinux.org/mint-backgrounds.git
[submodule "armv7/flucky"]
path = armv7/flucky
url = ssh://aur@aur.archlinux.org/flucky.git

View File

@ -1,5 +0,0 @@
*
!*.sh
!.gitignore
!Makefile
!PKGBUILD

View File

@ -1,5 +0,0 @@
build:
makepkg --sign --force
install:
makepkg --sign --force --install

View File

@ -1,15 +0,0 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=aliases-dc
pkgver=0.1.0
pkgrel=1
pkgdesc="Markus Pesch's personal docker-compose aliases"
license=('GPL')
arch=('any')
source=("docker-compose-aliases.sh")
sha256sums=('999cb7bf30823487f23d2441507ee77ea3a7ff2a06e40b2087f2fe5dc4b134c9')
depends=("docker-compose")
package() {
install -D --mode=0755 --target-directory=${pkgdir}/etc/profile.d ${srcdir}/docker-compose-aliases.sh
}

View File

@ -1,9 +0,0 @@
# Aliases for docker-compose
alias dcd='docker-compose down' # Stop and Remove containers
alias dcl='docker-compose logs' # Print all logs from the containers defined by the compose file on stdout
alias dclf='docker-compose logs --follow' # Print all and new logs from the containers defined by the compose file on stdout
alias dcp='docker-compose ps' # List all running containers
alias dcr='docker-compose rm --force' # Remove all defined containers
alias dcs='docker-compose stop' # Stop all defined containers
alias dcud='docker-compose up -d' # Start all defined containers
alias dcudb='docker-compose up -d --build' # Start all defomed containers and build them from source if possible

1
armv7/flucky Submodule

@ -0,0 +1 @@
Subproject commit 542d94a74dfc443a7bcd52d68e1487d923038bdc