Docker image for PlantUML.
Mount the directory on /data and run the container.
docker run --rm -v $PWD:/data nakatt/plantuml [options] file1/dir file2/dir file3/dir ...
To create a SVG graph from standard input:
cat file.puml | docker run --rm -i nakatt/plantuml -pipe -tsvg > file.svg
Content type
Image
Digest
Size
168.8 MB
Last updated
over 5 years ago
docker pull nakatt/plantuml