Files
big-bear-scripts/docker-cleanup/README.md
2023-11-15 15:28:22 -06:00

14 lines
336 B
Markdown

## Why?
This is a handy script to clean up a docker instance.
## Blog post
https://community.bigbeartechworld.com/t/simplifying-docker-cleanup-a-handy-script-by-bigbeartechworld/266
## How to use?
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/docker-cleanup/run.sh)"
```