Skip to content

Commit

Permalink
updating readme for docker deployment via docker site
Browse files Browse the repository at this point in the history
  • Loading branch information
pvrpccc committed Jan 6, 2018
1 parent 4272849 commit 77420b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
webteam/docker-node-pdf-watermarker
Docker HTTP Node PDF Watermarker
========================

This image is service used to stamp one PDF as a watermark on each page of another and to
Expand All @@ -7,15 +7,14 @@ return the resulting PDF using pdftk.
# Deployment using copy of project on repos registry where the image is pre-built

```bash
docker login repos.roswellpark.org:4567
docker pull repos.roswellpark.org:4567/web-team/docker-node-pdf-watermarker
docker pull paulvisco/docker-node-pdf-watermarker

docker run -d \
--name pdf-watermarker \
--restart=always \
-p 127.0.0.1:9021:9021 \
-e "port=9021" \
repos.roswellpark.org:4567/web-team/docker-node-pdf-watermarker
paulvisco/docker-node-pdf-watermarker
```

# Connecting to the container from the host
Expand Down

0 comments on commit 77420b1

Please sign in to comment.