Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created October 29, 2017 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arodbits/37062e94d419dce5d63a0ea1ea4d776e to your computer and use it in GitHub Desktop.
Save arodbits/37062e94d419dce5d63a0ea1ea4d776e to your computer and use it in GitHub Desktop.
Docker: remove all containers
docker rm -f $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment