Created
April 29, 2016 13:28
-
-
Save iamdey/5e84afbd74f27c39973a27a90e8b968d to your computer and use it in GitHub Desktop.
alias docker clean
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 docker-clean='docker rm `docker ps -aq`; docker rmi `docker images -q -f "dangling=true"`' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment