Sign inSign up

think/plantuml

By think

•Updated over 3 years ago

plantuml usable from docker.

Image
25

100K+

think/plantuml repository overview

Docker pulls Latest Tag

⁠docker_plantuml

Docker Container for PlantUML⁠

⁠Motivation

To use plantuml, it needs to be downloaded, java needs to be installed, graphviz needs to be installed, and these things need to be chained. This docker container does this for you. And allows you to pipe by default into plantuml, so it's neat for script usage.

⁠Usage

cat test.uml | docker run --rm -i think/plantuml > test.svg

The default will output svg. If png output is wanted, call it like this:

cat test.uml | docker run --rm -i think/plantuml -tpng > test.png

Tag summary

Content type

Image

Digest

sha256:105afe379…

Size

213.8 MB

Last updated

over 3 years ago

docker pull think/plantuml