Created
September 2, 2015 15:26
-
-
Save jamesduncombe/69491bb8b92672a4775f 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 dc="docker" | |
alias dr="dc run" | |
alias ds="dc stop" | |
alias di="dc images" | |
alias drmi="dc rmi" | |
alias drm="dc rm" | |
alias dip="dc inspect -f '{{ .NetworkSettings.IPAddress }}'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Always find myself using this so I'm putting it here...