docker-clean
docker-clean copied to clipboard
A script that cleans docker containers, images, volumes, and networks.
It would be useful to have a flag in order to remove anonymous volumes.
Hi, Could you outline in README, how is this docker image better than docker system prune or just wiping the /var/lib/docker directory? I was suggested this project and maybe it...
Hey, great tool! I just ran it and thought the savings message at the end was a little awkward. Maybe you'd like to merge this small change in phrasing?
Currently, this is the what the tool outputs: ``` You've cleared approximately MB: 1292 or GB: 1 of space! ``` It is not proper English even and even less so...
#### 1. What version of Docker-Clean are you running ? 2.0.4 #### 2. What command are you trying to run? docker-clean all #### 4. What did you see instead (...
After the command `docker-clean` all networks will be removes and can not recreated with docker-compose up ``` ERROR: for npm Cannot start service npm: network 78b26a199b847c71bc483c81ebd05236ce241486f0605671fe5d29c824d20ad7 not found ERROR: for...
Dead containers are not currently being recognized as stopped containers. This logic should get built in as another optional flag.
Add option to exclude container names and/or image names
Implement a regexp to run more aggressive cleanup tasks on known images/containers that may still be tagged
Update makefile to run on tagged releases to make the image names make the more logical sense.