An open API service indexing awesome lists of open source software.

https://github.com/bashkirtsevich-llc/plantuml

Dockerized plantuml renderer
https://github.com/bashkirtsevich-llc/plantuml

plantuml plantuml-generator

Last synced: about 1 month ago
JSON representation

Dockerized plantuml renderer

Awesome Lists containing this project

README

          

# PlantUML for Docker
[![Build Status](https://travis-ci.org/bashkirtsevich-llc/plantuml.svg?branch=master)](https://travis-ci.org/bashkirtsevich-llc/plantuml)

Docker image with [PlantUML](http://plantuml.com) on board.

* [Releases](https://sourceforge.net/projects/plantuml/files/)

## Usage

```
cat schema.puml | docker run --rm -i bashkirtsevich/plantuml > schema.svg
```