Skip to content

Instantly share code, notes, and snippets.

@jamesduncombe
Created September 2, 2015 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesduncombe/69491bb8b92672a4775f to your computer and use it in GitHub Desktop.
Save jamesduncombe/69491bb8b92672a4775f to your computer and use it in GitHub Desktop.
Docker Aliases
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 }}'"
@jamesduncombe
Copy link
Author

Always find myself using this so I'm putting it here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment