This commit is contained in:
github-actions[bot] 2022-02-01 14:38:51 +00:00
parent a0f6f0c9d4
commit ebe371dc3f
3 changed files with 43 additions and 43 deletions

View file

@ -1506,7 +1506,7 @@
<h1>Update and Cleanup</h1>
<h2 id="automatic-update"><a class="toclink" href="#automatic-update">Automatic Update</a></h2>
<p>Docker images are handy but it can get a a hassle to keep them updated. Also when a repository is automated you want to get these images when they get out.</p>
<p>Docker images are handy but it can become a hassle to keep them updated. Also when a repository is automated you want to get these images when they get out.</p>
<p>One could setup a complex action/hook-based workflow using probes, but there is a nice, easy to use docker image that solves this issue and could prove useful: <a href="https://hub.docker.com/r/containrrr/watchtower"><code>watchtower</code></a>.</p>
<p>A docker-compose example:</p>
<div class="highlight"><pre><span></span><code><span class="nt">services</span><span class="p">:</span><span class="w"></span>