An open API service indexing awesome lists of open source software.

https://github.com/foresthoffman/docker-purge

Executable to delete ALL docker containers and images. Brute force cleaning.
https://github.com/foresthoffman/docker-purge

docker tooling

Last synced: 2 months ago
JSON representation

Executable to delete ALL docker containers and images. Brute force cleaning.

Awesome Lists containing this project

README

          

# docker-purge
Executable to delete ALL docker containers and images.

# Requirements

Install [`docker`](https://www.docker.com/) and include it in your `PATH`.

# Installation

```bash
$ ./install.sh [-f]
# The -f option attempts to force the installation.
```

`docker-purge` will be installed next to your `docker` executable.

# Usage

```bash
$ docker-purge
```