Docker container with Alpine Linux, Java and PlantUML.
Pull container from docker hub.
$ docker pull aozk/puml
Or, build container image from Dockerfile that on this project.
$ docker build .
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]
$ puml -tpng -charset utf-8 usecase.uml
$ puml -h
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
The MIT License.