https://github.com/ceccode/sded
Mini superset of the docker command that help to cleanup disk space eat by Docker
https://github.com/ceccode/sded
bash bash-script docker docker-cleanup shell-script
Last synced: 2 months ago
JSON representation
Mini superset of the docker command that help to cleanup disk space eat by Docker
- Host: GitHub
- URL: https://github.com/ceccode/sded
- Owner: ceccode
- License: mit
- Created: 2018-08-16T14:23:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T08:54:06.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T09:09:45.120Z (12 months ago)
- Topics: bash, bash-script, docker, docker-cleanup, shell-script
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```bash
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](LICENSE.md) file for details
## Acknowledgments
* [MIIRO JUUSO](https://getintodevops.com/blog/keeping-the-whale-happy-how-to-clean-up-after-docker)