/plantuml-docker

Dockerized version plantuml

Primary LanguageDockerfileMIT LicenseMIT

plantuml-docker

Plantuml in a Docker container.

Usage

To build an image stored in image.puml execute

cat image.puml | docker run --rm -i fhofherr/plantuml -p -tpng > out.png

See the Plantuml documentation for more information.

License

Copyright © 2019 Ferdinand Hofherr.

The contents of this repository are distributed under the MIT License. Plantuml itself is distributed under the GPL license.

Execute docker run --rm fhofherr/plantuml -license to read the Plantuml license.