| Crates.io | dnetmap |
| lib.rs | dnetmap |
| version | 0.1.0 |
| created_at | 2025-07-18 15:25:45.726941+00 |
| updated_at | 2025-07-18 15:25:45.726941+00 |
| description | A CLI tool to inspect Docker networks using Rust. |
| homepage | https://github.com/aguacero7/dnetmap |
| repository | https://github.com/aguacero7/dnetmap |
| max_upload_size | |
| id | 1759084 |
| size | 22,703 |
dnetmap is a lightweight, fast, and readable CLI tool to inspect Docker networks on your local machine.
It extracts key information such as:
Perfect for troubleshooting containers, auditing Compose environments, or visualizing your local network topology.
docker network inspect, etc.)git clone https://github.com/aguacero7/dnetmap.git
cd dnetmap
cargo build --release
The binary will be available at:
./target/release/dnetmap
You will usually MUST execute it as root to be able to communicate with docker
Basic usage
dnetmap all
Example output
Network name : app_default
ID : a1b2c3d4e5f6
IP range : 172.20.0.0/16
Linux interface : br-a1b2c3d4e5f6
Linked to Compose: yes, project `app`
------------------------------------------------------------