fix(any/aliases-dc): removed
This commit is contained in:
parent
378862895d
commit
16ca3d862e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
5
any/aliases-dc/.gitignore
vendored
5
any/aliases-dc/.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
*
|
||||
!*.sh
|
||||
!.gitignore
|
||||
!Makefile
|
||||
!PKGBUILD
|
@ -1,5 +0,0 @@
|
||||
build:
|
||||
makepkg --sign --force
|
||||
|
||||
install:
|
||||
makepkg --sign --force --install
|
@ -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
|
||||
}
|
@ -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
1
armv7/flucky
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 542d94a74dfc443a7bcd52d68e1487d923038bdc
|
Loading…
Reference in New Issue
Block a user