Skip to content

Instantly share code, notes, and snippets.

@nitinsatish
Created December 16, 2021 12:45
Show Gist options
  • Save nitinsatish/fd11484197bc14e8ccfc8a7e9a34671c to your computer and use it in GitHub Desktop.
Save nitinsatish/fd11484197bc14e8ccfc8a7e9a34671c to your computer and use it in GitHub Desktop.
[Docker image cleanup] #docker
docker image prune -f
docker rmi $(docker images -q)
docker rm -v $(docker ps -qa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment