From a9fac3f9b9b65a8165f3b940d98b830a0f917e1a Mon Sep 17 00:00:00 2001 From: Caleb Lemoine <21261388+circa10a@users.noreply.github.com> Date: Sun, 20 Jan 2019 21:18:30 -0600 Subject: [PATCH] fix readme wording for monitoring remote hosts (#126) * fix readme wording for monitoring remote hosts * fix indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71ea387..271b646f 100644 --- a/README.md +++ b/README.md @@ -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