https://github.com/fhofherr/plantuml-docker
Dockerized version plantuml
https://github.com/fhofherr/plantuml-docker
Last synced: 4 months ago
JSON representation
Dockerized version plantuml
- Host: GitHub
- URL: https://github.com/fhofherr/plantuml-docker
- Owner: fhofherr
- License: mit
- Created: 2019-10-06T07:46:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T08:15:16.000Z (over 5 years ago)
- Last Synced: 2025-01-05T09:42:41.059Z (5 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `plantuml-docker`
[Plantuml](https://plantuml.com) in a Docker container.
## Usage
To build an image stored in `image.puml` execute
```sh
cat image.puml | docker run --rm -i fhofherr/plantuml -p -tpng > out.png
```See the Plantuml [documentation](http://plantuml.com/command-line) for
more information.## License
Copyright © 2019 Ferdinand Hofherr.
The contents of this repository are distributed under the MIT License.
[Plantuml](https://plantuml.com) itself is distributed under the
[GPL](https://www.gnu.org/licenses/gpl-3.0.html) license.Execute `docker run --rm fhofherr/plantuml -license` to read the
Plantuml license.