[ bianca ]
[ 原始碼: docker-clean ]
套件:docker-clean(2.0.4-5)
simple Shell script to clean up the Docker Daemon
docker-clean is simple Shell script utility to clean up the Docker Daemon, required Docker Daemon version (>= 1.9).
Usages:
- docker-clean stop: Stops and removes all containers, cleans dangling
volumes,and networks
- docker-clean images: Removes all tagged and untagged images, stopped
containers, dangling volumes, and networks
- docker-clean run : Removes all stopped containers, untagged images,
dangling volumes, and networks
- docker-clean all: Stops and removes all containers, images, volumes
and networks