-
Notifications
You must be signed in to change notification settings - Fork 2
Description
What is the URL of the documentation?
https://plantuml.com/starting section "Docker"
There are instructions on how to use the [plantuml/plantuml-server Docker image, but there is none for the other image plantuml/plantuml (which is much easier to use for automation).
What can be improved?
It explains how to pull, run, monitor, stop and delete the plantuml/plantuml-server, but there is no mention of the other official image you are providing : plantuml/plantuml (without -server).
So I suggest to add a subsection titled "CLI" about it : pull and run (the monitor/stop/delete can be reused).
If you are interested, I can take the time to draft you the complete changeset.
Additional context
related issue : #16
links :
plantuml/plantuml-serveron Docker Hubplantuml/plantuml-serveron GitHubplantuml/plantumlon Docker Hubplantuml/plantumlon GitHub
** Other notes **
I stumbled upon plantuml-cli on GitHub that seems to be similar in its goal to what the plantuml/plantuml is currently doing. The -cli one does not seem to have been updated since 2023.