Visualize your Docker networks
  • Gleam 64.4%
  • Go 31.8%
  • Dockerfile 3.6%
  • CSS 0.2%
Find a file
Khalid dcd419bb66
Merge pull request #5 from khalidbelk/dev
chore: use GHCR images in Docker Compose and update README
2026-05-24 14:40:45 +02:00
frontend refactor: remove debugging networks print 2026-05-09 15:31:31 +02:00
server refactor: move api server code into a dedicated directory 2026-05-09 15:19:25 +02:00
.gitignore feat: initial commit 2026-04-30 01:13:23 +02:00
docker-compose.yml chore(docker): use ghcr images directly in compose 2026-05-24 14:16:10 +02:00
LICENSE docs: complete README and LICENSE files 2026-05-09 15:57:42 +02:00
README.md docs: readapt README 2026-05-24 14:32:25 +02:00

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.