/docker-graph

Display a graph of Docker containers in the browser.

Primary LanguageGoMIT LicenseMIT

docker-graph

Building from sources

Building

Prereqs:

This generates the all-in-one binary docker-graph:

make build

Developping

Prereqs:

  • docker-compose

This launches a developpement server with live-reload listening on http://localost:8080:

docker-compose up --build -d

License

Unless stated otherwise, all files in this repository are licensed under the MIT license.