Created
January 23, 2014 04:30
-
-
Save evanscottgray/8572857 to your computer and use it in GitHub Desktop.
delete all exited images on hypervisor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker -H=tcp://127.0.0.1:1337 ps -a | grep Exit | awk '{print $1}' | sudo xargs docker -H=tcp://127.0.0.1:1337 rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment