doctape

0.0.1 • Public • Published

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 -g

2. Usage

Delete untagged images:

doctape rmi_untagged

Delete all images

doctape rmi_all

Delete all exited containers:

doctape rm_exited

Stop all running containers

doctape stopall

Show total disk usages:

doctape stats

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i doctape

    Weekly Downloads

    0

    Version

    0.0.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • lukin0110