Skip to content

Instantly share code, notes, and snippets.

@flgn8668
Created December 11, 2020 12:12
Show Gist options
  • Select an option

  • Save flgn8668/cdae3a3111ec2c371d8c9c6b6971f74a to your computer and use it in GitHub Desktop.

Select an option

Save flgn8668/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