Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created October 29, 2017 20:45
Show Gist options
  • Select an option

  • Save arodbits/37062e94d419dce5d63a0ea1ea4d776e to your computer and use it in GitHub Desktop.

Select an option

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