Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 808 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 808 Bytes

docker-plantuml

Docker container with Alpine Linux, Java and PlantUML.
PlantUML is a Java program which generates UML diagrams from DSL-code.

Installation

To pull:

$ docker pull miy4/plantuml

To build:

$ git clone https://github.com/miy4/docker-plantuml.git
$ cd docker-plantuml
$ docker build -t miy4/plantuml .

Usage

$ docker run -v ${PWD}:/work -w /work --rm [PLANTUML OPTIONS and ARGUMENTS]

or

$ run-plantuml [PLANTUML OPTIONS and ARGUMENTS]

docker run and run-plantuml accept and pass a set of parameters to PlantUML CLI.
See docker run miy4/plantuml -h or run-plantuml -h output for more details.

Example

$ run-plantuml -tpng -charset utf-8 sequece_diagram.uml

License

MIT