Skip to content

Commit

Permalink
fix readme wording for monitoring remote hosts (#126)
Browse files Browse the repository at this point in the history
* fix readme wording for monitoring remote hosts

* fix indentation
  • Loading branch information
circa10a authored Jan 21, 2019
1 parent 9feff34 commit a9fac3f
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 @@ -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

0 comments on commit a9fac3f

Please sign in to comment.