Skip to content

Instantly share code, notes, and snippets.

@sloppylopez
Created March 31, 2017 18:56
Show Gist options
  • Save sloppylopez/64ca15b4f3b509f2ac895abe825ac34d to your computer and use it in GitHub Desktop.
Save sloppylopez/64ca15b4f3b509f2ac895abe825ac34d to your computer and use it in GitHub Desktop.
alias dcub='docker-compose up --build'
alias dcu='docker-compose up'
alias stopContainers='docker stop $(docker ps -a -q)'
alias removeContainers='docker rm $(docker ps -a -q)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment