docker bind mount location for style.puml file

0 votes
asked Sep 19, 2019 in Question / help by anonymous

I have been asked to deploy a PlantUML server on our Docker Enterprise server. I would like to then copy a style.puml file to the server which can be referenced in the code: e.g.:

@startuml
!include /plantuml/style/style.puml
Bob -> Alice : hello
@enduml

Could you advise where the bind mount should point to within the docker container? I've tried several locations e.g.: /var/lib/jetty/webapps/style but am unable to reference the file in code without receiving an error message:

cannot include /var/lib/jetty/webapps/style/style.puml

Thanks in advance

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...