deepwash

Crates.iodeepwash
lib.rsdeepwash
version0.1.0
created_at2025-05-25 17:16:38.992592+00
updated_at2025-05-25 17:16:38.992592+00
descriptionA Command Line Interface to clean your machine (docker...)
homepagehttps://github.com/Soluce-Technologies/deepwash
repositoryhttps://github.com/Soluce-Technologies/deepwash.git
max_upload_size
id1688550
size14,018
Soluce Technologies (Soluce-Technologies)

documentation

README

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/Soluce-Technologies/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
Commit count: 0

cargo fmt