Skip to content

Instantly share code, notes, and snippets.

@deckerego
Created March 28, 2018 15:07
Show Gist options
  • Save deckerego/9aa3938aa4df14d63caed05740d32b30 to your computer and use it in GitHub Desktop.
Save deckerego/9aa3938aa4df14d63caed05740d32b30 to your computer and use it in GitHub Desktop.
Clean up local Docker images
#!/bin/sh
docker system prune --all --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment