0.0.1 • Published 10 years ago
doctape v0.0.1
doctape
Duct Tape super powers to maintain your Docker development environment.
A clean house is a sign of a wasted life.
... but in my case it consumes to much disk space. Doctape is a simple command line tool to keep the Docker house clean. Basically it contains shortcuts to delete images & containers.
1. Install
npm install doctape -g2. Usage
Delete untagged images:
doctape rmi_untaggedDelete all images
doctape rmi_allDelete all exited containers:
doctape rm_exitedStop all running containers
doctape stopallShow total disk usages:
doctape stats