Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored Nov 8, 2018
1 parent 59ff1b2 commit 81f2749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ docker run -d --name ouroboros \

### Monitor for updates for original tag
Instead of always updating to `latest` you can specify if you would like Ouroboros to only check for updates for your original container's image tag.
e.g. If your container was start with `nginx:1.14-alpine` using `--keep-tag` will poll the docker registry and compare digests. If there is a new image for `nginx:1.14-alpine`, ouroboros will update your container using the newly patched version.
e.g. If your container was started with `nginx:1.14-alpine` using `--keep-tag` will poll the docker registry and compare digests. If there is a new image for `nginx:1.14-alpine`, ouroboros will update your container using the newly patched version.
> Default is `False`
```bash
docker run -d --name ouroboros \
Expand Down

0 comments on commit 81f2749

Please sign in to comment.