Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELK pragma not supported in docker container #331

Open
RufusJWB opened this issue Feb 28, 2024 · 2 comments
Open

ELK pragma not supported in docker container #331

RufusJWB opened this issue Feb 28, 2024 · 2 comments

Comments

@RufusJWB
Copy link

Describe the bug
The ELK pragma (https://forum.plantuml.net/13709/eclipse-layout-kernel) not supported in docker image

To Reproduce

  1. Run PlantUML as docker container
  2. Try to render a diagram including !pragma layout elk

image

Expected behavior
Should render without error

Screenshots
see above

@fchastanet
Copy link

I succeed to generate an image of my diagram with elk layout using this command:

docker run -i \
  -v /opt/java/elk-full.jar:/opt/elk-full.jar \
  --rm plantuml/plantuml -tpng -v -pipe -failfast2 -nbthread auto \
  -DPLANTUML_LIMIT_SIZE=24384 > schema.png < schema.puml

change accordingly /opt/java/elk-full.jar to the path where elk-full.jar is installed on your computer

@arnaudroques
Copy link
Contributor

We've encountered a new issue with ELK and could use some help. Check out the details here: GitHub Issue #336.

Any assistance would be greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants