Skip to content

Instantly share code, notes, and snippets.

@evanscottgray
Created January 23, 2014 04:30
Show Gist options
  • Save evanscottgray/8572857 to your computer and use it in GitHub Desktop.
Save evanscottgray/8572857 to your computer and use it in GitHub Desktop.
delete all exited images on hypervisor
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