User Tools

Site Tools


systems:docker_main:install_docker_containers:install_watchtower

This is an old revision of the document!


Systems - Docker Main - Install Docker Containers - Install Watchtower

Watchtower monitors the running containers for changes to the image.

  • It will automatically update and restart other containers.

Install Watchtower

Within the Docker Main host, run:

docker run -d \
    --name watchtower \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower

Confirm Watchtower is running

Open Portainer.

Press F5 to refresh.

NOTE: This should show the Watchtower container running.


References

systems/docker_main/install_docker_containers/install_watchtower.1626348498.txt.gz · Last modified: 2021/07/15 11:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki