mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Deployed 1b3db5e
with MkDocs version: 1.0.4
This commit is contained in:
parent
5c39db873d
commit
82de4c9147
20 changed files with 1365 additions and 114 deletions
|
@ -34,7 +34,7 @@
|
|||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||
|
||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.0">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.2">
|
||||
|
||||
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.0284f74d.css">
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.30686662.css">
|
||||
|
||||
|
||||
|
||||
|
@ -167,7 +167,7 @@
|
|||
|
||||
|
||||
|
||||
<main class="md-main">
|
||||
<main class="md-main" role="main">
|
||||
<div class="md-main__inner md-grid" data-md-component="container">
|
||||
|
||||
|
||||
|
@ -290,6 +290,18 @@
|
|||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../credential-helpers/" title="Credential helpers" class="md-nav__link">
|
||||
Credential helpers
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../linked-containers/" title="Linked containers" class="md-nav__link">
|
||||
Linked containers
|
||||
|
@ -351,7 +363,7 @@
|
|||
<h1>Usage overview</h1>
|
||||
|
||||
<p>Watchtower is itself packaged as a Docker container so installation is as simple as pulling the <code>containrrr/watchtower</code> image. If you are using ARM based architecture, pull the appropriate <code>containrrr/watchtower:armhf-<tag></code> image from the <a href="https://hub.docker.com/r/containrrr/watchtower/tags/">containrrr Docker Hub</a>.</p>
|
||||
<p>Since the watchtower code needs to interact with the Docker API in order to monitor the running containers, you need to mount <em>/var/run/docker.sock</em> into the container with the -v flag when you run it.</p>
|
||||
<p>Since the watchtower code needs to interact with the Docker API in order to monitor the running containers, you need to mount <em>/var/run/docker.sock</em> into the container with the <code>-v</code> flag when you run it.</p>
|
||||
<p>Run the <code>watchtower</code> container with the following command:</p>
|
||||
<pre><code class="bash">docker run -d \
|
||||
--name watchtower \
|
||||
|
@ -379,7 +391,7 @@ or by mounting the host's docker config file into the container (at the root of
|
|||
containrrr/watchtower container_to_watch --debug
|
||||
</code></pre>
|
||||
|
||||
<p>If you mount the config file as described above, be sure to also prepend the url for the registry when starting up your watched image (you can omit the https://). Here is a complete docker-compose.yml file that starts up a docker container from a private repo at dockerhub and monitors it with watchtower. Note the command argument changing the interval to 30s rather than the default 5 minutes.</p>
|
||||
<p>If you mount the config file as described above, be sure to also prepend the URL for the registry when starting up your watched image (you can omit the https://). Here is a complete docker-compose.yml file that starts up a docker container from a private repo at Docker Hub and monitors it with watchtower. Note the command argument changing the interval to 30s rather than the default 5 minutes.</p>
|
||||
<pre><code class="json">version: "3"
|
||||
services:
|
||||
cavo:
|
||||
|
@ -463,7 +475,7 @@ services:
|
|||
|
||||
</div>
|
||||
|
||||
<script src="../assets/javascripts/application.245445c6.js"></script>
|
||||
<script src="../assets/javascripts/application.c648116f.js"></script>
|
||||
|
||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue