# doctape

> Command line utilities to keep the Docker house clean

Latest version **0.0.1** (published 2016-03-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install doctape
pnpm add doctape
yarn add doctape
bun add doctape
```

Provides the command `doctape`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-03-29 |
| First published | 2016-03-29 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Maarten Huijsmans |
| Maintainers | lukin0110 |
| Keywords | docker, utlity, nix, bash |

## Links

- npm: https://www.npmjs.com/package/doctape
- Repository: https://github.com/lukin0110/doctape
- Homepage: https://github.com/lukin0110/doctape#readme
- Issues: https://github.com/lukin0110/doctape/issues
- npm.io page: https://npm.io/package/doctape

## Dependencies (1)

- [commander](https://npm.io/package/commander.md) ^2.9.0

## Recent versions

- 0.0.1 (latest) — 2016-03-29

## README

# doctape

[Duct Tape](https://en.wikipedia.org/wiki/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
```

---
_Source: https://npm.io/package/doctape · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
