Created
January 16, 2015 11:53
-
-
Save christopherdebeer/2880b782543ae072a5cb to your computer and use it in GitHub Desktop.
Docker image and container management
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 drmi="docker rmi `docker images | awk '{ print $3; }'`" | |
alias drm="docker rm -v $(docker ps -a -q)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment