centurylink > v2tec

B. Rossow 2018-05-11 15:51:28 -05:00
parent 1e40a2be47
commit 3470ee05cc

@ -14,7 +14,7 @@ Steps:
2. Next, we need to download/pull and install the docker container. We can do all this with a single "docker run" command via shell.
1. First, SSH into Synology.
2. Then, run the following docker run command as sudo: `sudo docker run -d --name watchtower -v /volume1/docker/docker.sock:/var/run/docker.sock centurylink/watchtower --interval 82800 --cleanup`
2. Then, run the following docker run command as sudo: `sudo docker run -d --name watchtower -v /volume1/docker/docker.sock:/var/run/docker.sock v2tec/watchtower --interval 82800 --cleanup`
3. You will now be able to run Watchtower via the Synology Docker GUI. You may also set it to restart automatically within the container settings.