Visualize your containers with all network connections.
4.0K
The Docker Network Visualizer is a small web app for displaying docker containers, networks, and connections between them.
This app uses the docker api and plantuml to create a svg picture which is shipped out via http and can be watched via browser. The picture is not cached and always created when you call the app via http.
I developed this app because I lost track of the containers, networks and virtual hosts (I use the nginx-proxy of jwilder) on my server. If you want to have a graphical option to see all these things, I can recommend this small app.
It is really simple to use this app:
docker run -p 1234:1234 -v /var/run/docker.sock:/var/run/docker.sock:ro bosix/docker-network-visualizer
You can now open your browser and go to http://localhost:1234.
If you want to learn more about the configuration, please follow the link at the bottom of this page to my gitlab repository.
You can find the release notes here.
Please take a look at https://gitlab.com/Bosi/docker-network-visualizer for examples, source-code and docs.
Content type
Image
Digest
Size
84.1 MB
Last updated
almost 7 years ago
docker pull bosix/docker-network-visualizer