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.
- Host: GitHub
- URL: https://github.com/foresthoffman/docker-purge
- Owner: foresthoffman
- License: mit
- Created: 2018-10-27T17:46:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T23:00:55.000Z (over 7 years ago)
- Last Synced: 2025-06-25T00:48:09.894Z (about 1 year ago)
- Topics: docker, tooling
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```