Skip to content

Instantly share code, notes, and snippets.

@banjtheman
Created May 10, 2022 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banjtheman/3cbc9db98352d5d09340a54f4bed4530 to your computer and use it in GitHub Desktop.
Save banjtheman/3cbc9db98352d5d09340a54f4bed4530 to your computer and use it in GitHub Desktop.
Clean docker images
docker rm $(docker ps -qa --no-trunc --filter "status=exited")
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment