Skip to content

Instantly share code, notes, and snippets.

@iamdey
Created April 29, 2016 13:28
Show Gist options
  • Save iamdey/5e84afbd74f27c39973a27a90e8b968d to your computer and use it in GitHub Desktop.
Save iamdey/5e84afbd74f27c39973a27a90e8b968d to your computer and use it in GitHub Desktop.
alias docker clean
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