mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-30 01:02:36 -04:00
14 lines
336 B
Markdown
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)"
|
|
```
|