Show dependency graph of docker images/containers like this:
Orange is images and green is containers.
Collect docker images, containers information, and show dependency graph using by Cytoscape.js.
This program calls docker command to get info, user need permission to use docker command but that's all. You don't need any other settings/configs.
Simply copy docker-graph command to docker host.
$ ./docker-graph
access from browser http://SERVER-IP:9091/
Caution!: There are no access restrictions. It must not to use production.
Need golang 1.16 or later.
$ go build .
GPLv3
Tomohisa Hirami(hirami@io-architect.com)