Skip to content

Instantly share code, notes, and snippets.

@aconstantin
Created January 23, 2021 21:40
Show Gist options
  • Save aconstantin/5ab6bf13d1b950e128865c84912e2fa5 to your computer and use it in GitHub Desktop.
Save aconstantin/5ab6bf13d1b950e128865c84912e2fa5 to your computer and use it in GitHub Desktop.
useful docker commands

Cleanup all Images

Remove all stopped containers

docker container prune

Remove all unused images, not just dangling ones

docker image prune -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment