0.0.1 • Published 8 years ago

george-docker-clean v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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