Sign inSign up

omerio/graphviz-server

By omerio

•Updated almost 11 years ago

HTTP server for Graphviz dot (ubuntu)

Image
11

100K+

omerio/graphviz-server repository overview

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⁠

Tag summary

Content type

Image

Digest

sha256:02cd3e235…

Size

318.9 MB

Last updated

almost 11 years ago

docker pull omerio/graphviz-server