Skip to content

Instantly share code, notes, and snippets.

@thecarlo
Created September 7, 2017 12:29
Show Gist options
  • Save thecarlo/611041314732715818d2e762ff6cfa4a to your computer and use it in GitHub Desktop.
Save thecarlo/611041314732715818d2e762ff6cfa4a 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