Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 363 Bytes

plantuml-docker

Docker image of plantuml

Usage

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

Example

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

References