SDED (Stop Docker eating disk space) is a mini superset of the docker command that help to cleanup disk space eat by docker.
sded.sh
is a simple bash script.
h: show this help text
l: see list of running containers
i: see list of stored images
od: delete orphaned and dangling volumes
du: delete dangling and untagged images
p: `official` docker cleanup method; delete stopped containers, and volumes and networks that are not used by containers
Copy sded.sh
in your usr/local/bin directory.
Have an idea? Found a bug? Contributions are more than welcome!
This project is licensed under the MIT License - see the LICENSE.md file for details