mirror of
https://github.com/khalidbelk/podnets.git
synced 2026-06-21 03:12:41 +02:00
Visualize your Docker networks
- Gleam 64.4%
- Go 31.8%
- Dockerfile 3.6%
- CSS 0.2%
|
|
||
|---|---|---|
| frontend | ||
| server | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE | ||
| README.md | ||
Podnets
Podnets is a self-hosted app to visualize your Docker networks. Unlike other existing tools like Portainer, which are more general and complete for managing containers, this focuses purely on Docker network observability which many of those tools lack.
Usage
You will need Docker and Docker Compose installed to run Podnets.
🐳 Docker compose
Download the docker-compose.yml file from this repository (or copy-paste it):
mkdir -p podnets && cd podnets
curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/khalidbelk/podnets/main/docker-compose.yml
Launch the container stack with:
docker compose up -d
The app runs at http://localhost:8080/ by default. You can change this and other configuration values such as container names by editing the compose file.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.