HTTP server for Graphviz dot (ubuntu)
100K+
Docker image for graphviz-server, a lightweight HTTP server for Graphviz dot binary, setup on ubuntu image.
Project on github and includes a Dockerfile if you want to build your own image: https://github.com/omerio/graphviz-server
More details here: http://omerio.com/2013/11/03/running-a-graphviz-server-on-google-compute-engine/
To execute: docker run -d -p : omerio/graphviz-server
To test the graphviz-server: curl -X POST -d 'digraph G { a -> b -> c; a-> c; b -> d; c-> d; }' http://localhost:8080/svg
Content type
Image
Digest
sha256:02cd3e235…
Size
318.9 MB
Last updated
almost 11 years ago
docker pull omerio/graphviz-server