Skip to content

Commit

Permalink
Update README to include published image tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
robbell authored Feb 9, 2020
1 parent a20c150 commit 1d21a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Run PlantUML in a Docker container. For use as part of your build pipeline.
Where all PlantUML files exist in the `path-to-mount` folder and have the extension .puml:

```
docker run -v path-to-mount:/source --rm -i [PublishedImage] source/*.puml -o ./output
docker run -v path-to-mount:/source --rm -i robbell/plantuml-docker source/*.puml -o ./output
```

## Single file

```
cat sample.puml | docker run --rm -i [PublishedImage] > output.png
cat sample.puml | docker run --rm -i robbell/plantuml-docker > output.png
```

0 comments on commit 1d21a60

Please sign in to comment.