Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:misc [2025-03-23 Sun wk12 09:41] – [References] baumkp | docker_notes:misc [2025-04-25 Fri wk17 10:04] (current) – [netbox] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
======Docker Miscellaneous===== | ======Docker Miscellaneous===== | ||
Line 176: | Line 176: | ||
=====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. | ||
++++watchtower can be run with| | ++++watchtower can be run with| | ||
+ | |||
<code yaml>$ docker run --detach \ | <code yaml>$ docker run --detach \ | ||
--name watchtower \ | --name watchtower \ | ||
Line 183: | Line 185: | ||
++++ | ++++ | ||
+ | ====reference==== | ||
+ | *[[https:// | ||
+ | *Main [[https:// | ||
+ | *See watchtower [[https:// | ||
+ | *Linux handbook notes on [[https:// | ||
+ | |||
+ | =====netbox===== | ||
+ | [[https:// | ||
+ | ====reference==== | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
<- docker_notes: | <- docker_notes: |