Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adrianprecub/64b1c595367dca7ff864b141578989bb to your computer and use it in GitHub Desktop.
Save adrianprecub/64b1c595367dca7ff864b141578989bb to your computer and use it in GitHub Desktop.
Remove all docker images
docker images | tail -n+2 | awk '{print $3}' | xargs -L1 docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment