Skip to content

Instantly share code, notes, and snippets.

@samehmohamed88
Last active October 27, 2016 01:22
Show Gist options
  • Save samehmohamed88/a3e3501fbb5861b21dba to your computer and use it in GitHub Desktop.
Save samehmohamed88/a3e3501fbb5861b21dba to your computer and use it in GitHub Desktop.
docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q) && docker volume rm $(docker volume ls -qf dangling=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment