node-plantuml installed with deps from node:alpine
1.6K
PlantUML is a great langage to create UML diagrams as code !
PlantUML home page: http://en.plantuml.com
This Docker image provides an alpine linux bundled with plantuml, ready to convert your .puml files into SVG, PNG or JPEG images.
$ inputFile="CustomerClassDiagram.puml"
$ outputFile="CustomerClassDiagram.svg"
$ docker run --rm -u ${UID} -v $(pwd):/data -w /data \
rbecheras/node-plantuml \
puml generate -s ${inputFile} -o ${outputFile}
Content type
Image
Digest
Size
391 MB
Last updated
over 9 years ago
docker pull rbecheras/node-plantuml