Docker image of plantuml
$ docker run -v [PLANT_UML_TEXT_FILE_DIR]:/home \
hacomono/plantuml \
[PLANT_UML_TEXT_FILE]
$ docker run -v /usr/home/:/home \
hacomono/plantuml \
diagram.txt
# diagram.png is out in /usr/home.
Docker image of plantuml
$ docker run -v [PLANT_UML_TEXT_FILE_DIR]:/home \
hacomono/plantuml \
[PLANT_UML_TEXT_FILE]
$ docker run -v /usr/home/:/home \
hacomono/plantuml \
diagram.txt
# diagram.png is out in /usr/home.