Skip to content

Instantly share code, notes, and snippets.

@jtgasper3
Created November 24, 2015 18:21
Show Gist options
  • Save jtgasper3/c35a12d536a5f7bb94da to your computer and use it in GitHub Desktop.
Save jtgasper3/c35a12d536a5f7bb94da to your computer and use it in GitHub Desktop.
Docker Host Cleanup
docker rm -v $(docker ps -a -q -f status=exited)
docker rmi $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment