From 25f6595cf28975f57fdc5c2ff64c64972342f0b6 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 22 Dec 2016 12:02:55 -0800 Subject: [PATCH] Update README.md Change a to as. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17f826..e9fad7b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Every few mintutes watchtower will pull the latest *centurylink/wetty-cli* image ## Usage -Watchtower is itself packaged as a Docker container so installation is a simple as pulling the `centurylink/watchtower` image. +Watchtower is itself packaged as a Docker container so installation is as simple as pulling the `centurylink/watchtower` image. Since the watchtower code needs to interact with the Docker API in order to monitor the running containers, you need to mount */var/run/docker.sock* into the container with the -v flag when you run it.