Skip to content

Instantly share code, notes, and snippets.

@gelias
Created October 31, 2016 17:32
Show Gist options
  • Select an option

  • Save gelias/7d1dee09b72606e7e3aad6b3f336575b to your computer and use it in GitHub Desktop.

Select an option

Save gelias/7d1dee09b72606e7e3aad6b3f336575b to your computer and use it in GitHub Desktop.
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment