Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:misc [2025-02-15 Sat wk07 13:48] – [References] baumkp | docker_notes:misc [2025-03-23 Sun wk12 09:53] (current) – [reference] baumkp | ||
---|---|---|---|
Line 155: | Line 155: | ||
*[[https:// | *[[https:// | ||
*[[https:// | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
*[[https:// | *[[https:// | ||
*[[https:// | *[[https:// | ||
Line 172: | Line 174: | ||
*[[https:// | *[[https:// | ||
++++ | ++++ | ||
+ | |||
+ | =====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 / | ||
+ | containrrr/ | ||
+ | ++++ | ||
+ | |||
+ | ====reference==== | ||
+ | *[[https:// | ||
+ | *Main [[https:// | ||
+ | *See watchtower [[https:// | ||
+ | *Linux handbook notes on [[https:// | ||
<- docker_notes: | <- docker_notes: |