Skip to content

Instantly share code, notes, and snippets.

@farukcan
Created January 24, 2022 12:32
Show Gist options
  • Save farukcan/0cbab17a66033adc60cc46fee8310eaf to your computer and use it in GitHub Desktop.
Save farukcan/0cbab17a66033adc60cc46fee8310eaf to your computer and use it in GitHub Desktop.
Clean up docker disk space
# WARNING! This will remove:
# - all stopped containers
# - all networks not used by at least one container
# - all images without at least one container associated to them
# - all build cache
docker system prune -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment