Skip to content

Instantly share code, notes, and snippets.

@nuistzhou
Created December 11, 2020 12:12
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 nuistzhou/cdae3a3111ec2c371d8c9c6b6971f74a to your computer and use it in GitHub Desktop.
Save nuistzhou/cdae3a3111ec2c371d8c9c6b6971f74a to your computer and use it in GitHub Desktop.
Docker
# Delete all containers together with their volumes
docker rm -vf $(docker ps -a -q)
# Delete all images
docker rmi -f $(docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment