Skip to content

Instantly share code, notes, and snippets.

@tonyciou
Created April 1, 2017 05:03
Show Gist options
  • Save tonyciou/8df804de1f9133f483c6716bf99a44ab to your computer and use it in GitHub Desktop.
Save tonyciou/8df804de1f9133f483c6716bf99a44ab to your computer and use it in GitHub Desktop.
docker aliases
alias dr='docker run'
alias di='docker images'
alias dp='docker ps -a'
alias de='docker exec -it'
alias docup='docker-compose up'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment