Skip to content

Soluce-Technologies/deepwash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command-line interface (CLI) tool written in Rust to save date into object storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages