Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Created September 6, 2016 13:03
Show Gist options
  • Save ericfourrier/faab527bb893a1d9a52ed74fe7f72ac3 to your computer and use it in GitHub Desktop.
Save ericfourrier/faab527bb893a1d9a52ed74fe7f72ac3 to your computer and use it in GitHub Desktop.
# stop and remove containers
docker rm $(docker ps -a -q)
docker stop $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment