Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:misc [2025-02-15 Sat wk07 13:53] – [References] baumkpdocker_notes:misc [2025-03-23 Sun wk12 09:53] (current) – [reference] baumkp
Line 174: Line 174:
   *[[https://github.com/grafana/loki/issues/974|docker plugin enable Loki gives an error #974]]   *[[https://github.com/grafana/loki/issues/974|docker plugin enable Loki gives an error #974]]
 ++++ ++++
 +
 +=====watchtower=====
 +With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry.
 +++++watchtower can be run with|
 +
 +<code yaml>$ docker run --detach \
 +    --name watchtower \
 +    --volume /var/run/docker.sock:/var/run/docker.sock \
 +    containrrr/watchtower</code>
 +++++
 +
 +====reference====
 +  *[[https://github.com/containrrr/watchtower|watchtower]] github page
 +  *Main [[https://containrrr.dev/watchtower/|watchtower]] web page
 +    *See watchtower [[https://containrrr.dev/watchtower/container-selection/|container selection]] on how to use labels in containers to make watchtower explicitly exclude, include or monitor only.
 +  *Linux handbook notes on [[https://linuxhandbook.com/watchtower/|watchtower]]
  
 <- docker_notes:nginx-php-notes|Back ^ docker_notes:index|Start page ^ |End-> <- docker_notes:nginx-php-notes|Back ^ docker_notes:index|Start page ^ |End->