[go: nahoru, domu]

Skip to content

hacomono/plantuml-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published