thedocks/graphviz
2025-05-21 16:41:45 +01:00
..
compose.yml [mod] graphviz 2025-05-21 16:41:45 +01:00
Dockerfile [add] graphviz 2025-05-21 16:12:37 +01:00
readme.md [add] test 2025-05-21 16:13:15 +01:00
requirements.txt [add] graphviz 2025-05-21 16:12:37 +01:00
server.py [add] graphviz 2025-05-21 16:12:37 +01:00
test.dot [add] graphviz 2025-05-21 16:12:37 +01:00

docker build -t graphviz .
docker run -p8000:8000 graphviz

curl localhost:8000/viz.svg -F dot=@test.dot

Based on https://github.com/sseemayer/docker-graphviz