An open API service indexing awesome lists of open source software.

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

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)