docker-clean

simple Shell script to clean up the Docker Daemon
  https://github.com/ZZROTDesign/docker-clean/
  0
  no reviews



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