This wraps mikitex70/plantuml-markdown into a alpine docker container.
docker pull kerhac/plantuml-markdown
Build docker images.
docker build -t kerhac/plantuml-markdown .
Render README.md
as html using docker container.
cat README.md |docker run --rm --interactive kerhac/plantuml-markdown > README.html
@startuml
Bob -> Alice : hello
@enduml