From c97dac3a4aa6a4fc0476a3c4d1ff5327e0a86e29 Mon Sep 17 00:00:00 2001 From: circa10a Date: Sun, 20 Jan 2019 17:30:15 -0600 Subject: [PATCH 1/2] fix readme wording for monitoring remote hosts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c71ea387..81ba8110 100644 --- a/README.md +++ b/README.md @@ -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`. 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 @@ -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 From 98985f065b33ca41b36f698e85d7250e06899b9e Mon Sep 17 00:00:00 2001 From: circa10a Date: Sun, 20 Jan 2019 20:00:22 -0600 Subject: [PATCH 2/2] fix indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ba8110..271b646f 100644 --- a/README.md +++ b/README.md @@ -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`. 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