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.
- macOS (brew):
brew install solucetechnologies/deepwash/deepwash - Debian/Ubuntu (apt): see DISTRIBUTION.md
- cargo:
cargo install deepwash
cargo install deepwash-
Clone the repository:
git clone https://github.com/SoluceTechnologies/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