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-03-23 Sun wk12 09:52] – [watchtower] baumkpdocker_notes:misc [2025-12-29 Mon wk01 08:09] (current) – [WUD] baumkp
Line 1: Line 1:
-{{tag>linux docker It-tools Dockge Loki}}+{{tag>linux docker It-tools Dockge Loki watchtower netbox}}
 ======Docker Miscellaneous===== ======Docker Miscellaneous=====
  
Line 177: Line 177:
 =====watchtower===== =====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. 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 seems to be no longer supported.
 +  *Watchtower automatically updates all containers, which can break operation on some updates.  It does seem to allow option not to update some containers.
 ++++watchtower can be run with| ++++watchtower can be run with|
  
Line 184: Line 186:
     containrrr/watchtower</code>     containrrr/watchtower</code>
 ++++ ++++
 +
 +=====WUD=====
 +WUD (What's up Docker) seems to be a more functional replacement of Watchtower.  It seems to be more complext to use and has a Web page front end.
 +
 +  *[[https://getwud.github.io/wud/#/?id=introduction|WUD Introduction]]
 +  *[[https://getwud.github.io/wud/#/quickstart/|Quick start]]
 +  *[[https://linuxiac.com/how-to-keep-containers-up-to-date-with-whats-up-docker-wud/|How to Keep Containers Up-to-Date with What’s Up Docker (WUD)]]
  
 ====reference==== ====reference====
-  *[[https://github.com/containrrr/watchtower|github watchtower]] +  *[[https://github.com/containrrr/watchtower|watchtower]] github page 
-  *[[https://containrrr.dev/watchtower/|watchtower]]+  *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.     *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.
-  *[[https://linuxhandbook.com/watchtower/|linux hand book watchtower]]+  *Linux handbook notes on [[https://linuxhandbook.com/watchtower/|watchtower]]
  
-<docker_notes:nginx-php-notes|Back ^ docker_notes:index|Start page ^ |End->+=====netbox===== 
 +[[https://github.com/netbox-community/netbox|Netbox]] is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. 
 +====reference==== 
 +  *[[https://github.com/netbox-community/netbox|Netbox]] 
 +  *[[https://www.virtualizationhowto.com/2024/10/netbox-docker-compose-install-example/|NetBox Docker Compose Install Example]] 
 +  *[[https://docs.linuxserver.io/images/docker-netbox/|linuxserver netbox]] 
 +<- docker_notes:ntp|Back ^ docker_notes:index|Start page ^ |End->