From 9ffe960274b58ce91953ba58df2076a1ea9435a6 Mon Sep 17 00:00:00 2001 From: Connor McCormick <22061955+cnrmck@users.noreply.github.com> Date: Mon, 16 Jul 2018 18:00:52 +0000 Subject: [PATCH] Add reminder to pull proper image for ARM users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 895e59e..0ee0cc8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Every few minutes watchtower will pull the latest *centurylink/wetty-cli* image ## Usage -Watchtower is itself packaged as a Docker container so installation is as simple as pulling the `v2tec/watchtower` image. +Watchtower is itself packaged as a Docker container so installation is as simple as pulling the `v2tec/watchtower` image. If you are using ARM based architecture, pull the appropriate `v2tec/watchtower:armhf-` image from the [v2tec Docker Hub](https://hub.docker.com/r/v2tec/watchtower/tags/). 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.