Skip to content

e53e225/docker-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-plantuml

build status automated build

Usage

cat <<EOT | docker container run --rm --interactive e53e225/plantuml:latest -pipe -tpng >uml.png
@startuml

node "client" {
  [A]
}

node "server" {
  [B]
}

[A] -> [B]: Hello World!

@enduml
EOT

Releases

No releases published

Packages

No packages published