Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created July 25, 2018 08:02
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 yuvalif/95896fda82a5596ea2ec4586814de875 to your computer and use it in GitHub Desktop.
Save yuvalif/95896fda82a5596ea2ec4586814de875 to your computer and use it in GitHub Desktop.
# removed stopped container
docker container prune
# remove all images with no running containers
docker image prune --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment