Home

Awesome

Graph

Graphviz as a service

Why

For development

Build

$ GOOS=linux go build
$ GRAPH_VERSION=1
$ docker build -t graph:${GRAPH_VERSION} .

Run

$ docker run --rm -it -p 9292:9292 graph:${GRAPH_VERSION}