Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 881 Bytes

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 881 Bytes

SDED

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.

Shortcuts

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

Installation

Copy sded.sh in your usr/local/bin directory.

How to contribute

Have an idea? Found a bug? Contributions are more than welcome!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments