https://github.com/lancelote/clean-docker
Simple script to remove all Docker artifacts from the local machine
https://github.com/lancelote/clean-docker
Last synced: about 2 months ago
JSON representation
Simple script to remove all Docker artifacts from the local machine
- Host: GitHub
- URL: https://github.com/lancelote/clean-docker
- Owner: lancelote
- License: mit
- Created: 2021-05-16T20:54:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T16:13:23.000Z (about 4 years ago)
- Last Synced: 2025-03-29T00:12:48.734Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clean-docker
Basic script to get rid of Docker images, containers, volumes, and networks
## Installation
`pip install -U --user clean-docker`
> The package will be installed in your user home directory. See `pip`
> documentation about [user installs][1]. You need the installation directory
> to be present in `PATH` to run `clean-docker` from the terminal.## Usage
```console
$ clean-docker --help
Usage: clean-docker [OPTIONS]Remove Docker images, containers, volumes, and networks
Options:
--version Show the version and exit.
--help Show this message and exit.
```## Requirements
- Tested with Python 3.9+
- You need a Docker daemon running on your machine[1]: https://pip.pypa.io/en/latest/user_guide/#user-installs