From 1eb28c99fd9e281a559f6a4b9a96ca66adb2ad4b Mon Sep 17 00:00:00 2001 From: Mark Woodbridge Date: Fri, 19 May 2017 11:48:10 +0100 Subject: [PATCH] Correct repository owner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bac1e6..ef2ce81 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ docker run -d \ --name watchtower \ -v /home//.docker/config.json:/config.json \ -v /var/run/docker.sock:/var/run/docker.sock \ - drud/watchtower container_to_watch --debug + v2tec/watchtower container_to_watch --debug ``` If you mount the config file as described below, be sure to also prepend the url for the registry when starting up your watched image (you can omit the https://). Here is a complete docker-compose.yml file that starts up a docker container from a private repo at dockerhub and monitors it with watchtower. Note the command argument changing the interval to 30s rather than the default 5 minutes.