Skip to content

Instantly share code, notes, and snippets.

@dzc34
Created June 24, 2019 03:19
Show Gist options
  • Save dzc34/c000b230f27827b19c48c72aae37ad43 to your computer and use it in GitHub Desktop.
Save dzc34/c000b230f27827b19c48c72aae37ad43 to your computer and use it in GitHub Desktop.
docker system prune -a
# WARNING! This will remove:
# - all stopped containers
# - all volumes not used by at least one container
# - all networks not used by at least one container
# - all images without at least one container associated to them
docker system prune
# WARNING! This will remove:
# - all stopped containers
# - all volumes not used by at least one container
# - all networks not used by at least one container
# - all dangling images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment