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-11-09 Sun wk45 08:31] (current) – [reference] baumkp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ======Docker Miscellaneous===== | ======Docker Miscellaneous===== | ||
| Line 155: | Line 155: | ||
| *[[https:// | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| Line 173: | Line 175: | ||
| ++++ | ++++ | ||
| - | <- docker_notes: | + | =====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 \ | ||
| + | | ||
| + | --volume / | ||
| + | containrrr/ | ||
| + | ++++ | ||
| + | |||
| + | ====reference==== | ||
| + | *[[https:// | ||
| + | *Main [[https:// | ||
| + | *See watchtower [[https:// | ||
| + | *Linux handbook | ||
| + | |||
| + | =====netbox===== | ||
| + | [[https:// | ||
| + | ====reference==== | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| + | <- docker_notes: | ||