Skip to content

simple tool to clean space removing unused containers and images

License

Notifications You must be signed in to change notification settings

g3org3/docker-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-clean

Install

$ npm i -g dockerclean

Usage

USAGE:
 docker-clean [options]

Options
  -v       	      Display version
  --con, -c	      Remove exited containers
  --vol, -x       Clean up volumes
  --images, -i	  Remove all images tagged with <none>
  --all, -a	      Remove all of the above

Debug

# append a 'v' to toggle verbose info

# verbose info for all
docker-clean -av

# verbose info for remove exited containers
docker-clean -cv

Credits

chadoe - docker-cleanup-volumes

About

simple tool to clean space removing unused containers and images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages