mergederp
This commit is contained in:
parent
ff47473e0b
commit
79f0de702c
@ -109,6 +109,8 @@ alias h='history'
|
||||
# Lazy docker composing. Set the variable somewhere.
|
||||
alias doco="$DOCKER_COMPOSE_COMMAND"
|
||||
alias redoco="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d"
|
||||
alias redog="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d; $DOCKER_COMPOSE_COMMAND logs -f"
|
||||
alias dolog="$DOCKER_COMPOSE_COMMAND up -d; $DOCKER_COMPOSE_COMMAND logs -f"
|
||||
# Regain all that space taken up by projects you abandoned
|
||||
alias docprune='docker image prune && docker network prune && docker container prune && docker volume prune'
|
||||
# Send things instantly to a pastebin. Pipe other commands into this to share their output.
|
||||
|
Loading…
Reference in New Issue
Block a user