deepwash 1.1.2

A Command Line Interface to clean your machine (docker...)
Documentation

Deep Wash 🧹

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.

Installation

Prerequisites

  • Rust (version 1.65 or higher)
  • Docker installed and running
  • Cargo (included with Rust)

Install from Crates.io

cargo install deepwash

Build from Source

  1. Clone the repository:

    git clone https://github.com/SoluceTechnologies/deepwash.git
    cd deepwash
    
  2. Build and install:

    cargo build --release
    cargo install --path .
    

Usage

Run deepwash to clean up your environment. Below are the available commands and options:

deepwash --help