Skip to content

Instantly share code, notes, and snippets.

@xonixx
Created November 15, 2021 15:07
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 xonixx/841c0622229603f52221dfa3fb2ccc2c to your computer and use it in GitHub Desktop.
Save xonixx/841c0622229603f52221dfa3fb2ccc2c to your computer and use it in GitHub Desktop.
# rm all containers
docker rm -f $(docker ps -a -q)
# rm all volumes
docker volume rm $(docker volume ls -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment