Skip to content
/ puml Public

PlantUML container with Alpine Linux, Java.

License

Notifications You must be signed in to change notification settings

aozk/puml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puml - PlantUML Container

Docker container with Alpine Linux, Java and PlantUML.

Installation

Pull container from docker hub.

$ docker pull aozk/puml

Or, build container image from Dockerfile that on this project.

$ docker build .

Usage

Full manually execute on shell.

$ docker run -v ${PWD}:/work -w /work --rm aozk/puml [PLANTUML ARGUMENTS]

Or, use image execute script puml that on this project.

$ puml [PLANTUML ARGUMENTS]

Execute example

$ puml -tpng -charset utf-8 usecase.uml

Get help of plantuml

$ puml -h

Test

This container tested by testtool container-structure-test. Test settings is test/puml_test_config.yaml. After setup testtool, you can test this container by

$ container-structure-test test --image aozk/puml --config ./test/puml_test_config.yaml

License

The MIT License.

About

PlantUML container with Alpine Linux, Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published