https://github.com/robloach/docker-clean
:whale: Kill and delete all Docker containers and images
https://github.com/robloach/docker-clean
Last synced: over 1 year ago
JSON representation
:whale: Kill and delete all Docker containers and images
- Host: GitHub
- URL: https://github.com/robloach/docker-clean
- Owner: RobLoach
- License: unlicense
- Created: 2014-05-20T01:01:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T02:34:24.000Z (over 4 years ago)
- Last Synced: 2023-04-09T06:57:31.208Z (about 3 years ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Clean
> Removes all local Docker containers and images.
Having all the Docker images and containers stored on your local file system can sometimes take up a lot of file space. This script will gracefully stop, and delete all of Docker's cached containers and images.
## Install
``` bash
curl -o docker-clean https://raw.githubusercontent.com/RobLoach/docker-clean/master/docker-clean
chmod +x docker-clean
```
## Usage
``` bash
./docker-clean
```
## Warning
This will permanently delete all saved containers and images. *Use at your own risk.*
## License
See [LICENSE](LICENSE) for license information.