Skip to content

Docker container with Alpine Linux, Java and PlantUML

License

Notifications You must be signed in to change notification settings

SpiritIT/docker-plantuml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container with Alpine Linux, Java and PlantUML

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.8%
  • Shell 46.2%