Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created February 12, 2026 10:59
Show Gist options
  • Select an option

  • Save kevinhooke/a718c5bdac7513ff478f4963eeb742c4 to your computer and use it in GitHub Desktop.

Select an option

Save kevinhooke/a718c5bdac7513ff478f4963eeb742c4 to your computer and use it in GitHub Desktop.
Docker cleanup commands
# delete compose stack PLUS attached volumes
docker compose down -v
# delete dangling containers / images
docker image prune
docker container prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment