Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix readme wording for monitoring remote hosts #126

Merged
merged 2 commits into from
Jan 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ ouroboros --interval 300 --loglevel debug
## Examples

### Monitor for updates for latest tag
Instead of updating to your original image tag you can specify if you would like Ouroboros to update all containers to `latest`.
Instead of updating to your original image tag you can specify if you would like Ouroboros to update all containers to `latest`.
circa10a marked this conversation as resolved.
Show resolved Hide resolved
e.g. If your container was started with `nginx:1.14-alpine` using `LATEST=true` will poll the docker registry and compare digests. If there is a new image for `nginx:latest`, ouroboros will update your container using the newly patched version.
> Default is `false`
```bash
Expand All @@ -75,7 +75,7 @@ docker run -d --name ouroboros \

### Update containers on a remote host

Ouroboros can monitor things other than just local, pass the `--url` argument to update a system with the Docker API exposed.
Ouroboros can monitor things other than just local, pass the `--docker-sockets` argument to update a system with the Docker API exposed or alternatively pass the `DOCKER_SOCKETS` environment variable.

> Default is unix://var/run/docker.sock

Expand Down