Skip to content

ryutah/docker-plantuml-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-plantuml-cli

PlantUML CLI environment.

Usefule for CI environment or share build environment to others.

It contains Graphviz and jar file of PlantUML and pre installed IPAexGothic for japanese.

Usage

$ docker run -v [PLANT_UML_TEXT_FILE_DIR]:/home \
    ryutah/plantuml-cli \
    [PLANT_UML_TEXT_FILE]

Example

$ docker run -v /usr/home/:/home \
    ryutah/plantuml-cli \
    diagram.txt
# diagram.png is out in /usr/home.