Skip to content

Instantly share code, notes, and snippets.

@biera
Last active December 16, 2021 20:07
Show Gist options
  • Save biera/fa4fcca8a3150dfa2438 to your computer and use it in GitHub Desktop.
Save biera/fa4fcca8a3150dfa2438 to your computer and use it in GitHub Desktop.
remove all docker containers
docker rm -f `docker ps -aq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment