A command-line interface (CLI) tool written in Rust to clean up Docker instances by removing unused containers, images, volumes, and networks. Simplify your Docker environment management with a single command.
cargo install deepwash-
Clone the repository:
git clone https://github.com/Soluce-Technologies/deepwash.git cd deepwash -
Build and install:
cargo build --release cargo install --path .
Run deepwash to clean up your environment. Below are the available commands and options:
deepwash --help