Created
April 1, 2017 05:03
-
-
Save tonyciou/8df804de1f9133f483c6716bf99a44ab to your computer and use it in GitHub Desktop.
docker aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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