mirror of
https://github.com/containrrr/watchtower.git
synced 2026-03-04 03:40:16 +01:00
Deployed a252513 with MkDocs version: 1.0.4
This commit is contained in:
parent
fc4f130bc5
commit
19c9c6c124
43 changed files with 916 additions and 132 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.2">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.6.0">
|
||||
|
||||
|
||||
|
||||
|
|
@ -42,17 +42,17 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.30686662.css">
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.1b62728e.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="../assets/javascripts/modernizr.74668098.js"></script>
|
||||
<script src="../assets/javascripts/modernizr.268332fc.js"></script>
|
||||
|
||||
|
||||
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono&display=fallback">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
|
||||
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
|
||||
|
||||
|
||||
|
|
@ -321,6 +321,13 @@
|
|||
Include stopped
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#revive_stopped" class="md-nav__link">
|
||||
Revive stopped
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -342,6 +349,13 @@
|
|||
Without updating containers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#without_restarting_containers" class="md-nav__link">
|
||||
Without restarting containers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -420,8 +434,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../credential-helpers/" title="Credential helpers" class="md-nav__link">
|
||||
Credential helpers
|
||||
<a href="../private-registries/" title="Private registries" class="md-nav__link">
|
||||
Private registries
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -474,6 +488,18 @@
|
|||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../lifecycle-hooks/" title="Lifecycle hooks" class="md-nav__link">
|
||||
Lifecycle hooks
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
@ -539,6 +565,13 @@
|
|||
Include stopped
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#revive_stopped" class="md-nav__link">
|
||||
Revive stopped
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -560,6 +593,13 @@
|
|||
Without updating containers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#without_restarting_containers" class="md-nav__link">
|
||||
Without restarting containers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -668,7 +708,7 @@ Environment Variable: WATCHTOWER_REMOVE_VOLUMES
|
|||
<h2 id="debug">Debug<a class="headerlink" href="#debug" title="Permanent link">¶</a></h2>
|
||||
<p>Enable debug mode with verbose logging.</p>
|
||||
<pre><code> Argument: --debug
|
||||
Environment Variable: N/A
|
||||
Environment Variable: WATCHTOWER_DEBUG
|
||||
Type: Boolean
|
||||
Default: false
|
||||
</code></pre>
|
||||
|
|
@ -697,6 +737,14 @@ Environment Variable: WATCHTOWER_INCLUDE_STOPPED
|
|||
Default: false
|
||||
</code></pre>
|
||||
|
||||
<h2 id="revive_stopped">Revive stopped<a class="headerlink" href="#revive_stopped" title="Permanent link">¶</a></h2>
|
||||
<p>Start any stopped containers that have had their image updated. This argument is only usable with the <code>--include-stopped</code> argument.</p>
|
||||
<pre><code> Argument: --revive-stopped
|
||||
Environment Variable: WATCHTOWER_REVIVE_STOPPED
|
||||
Type: Boolean
|
||||
Default: false
|
||||
</code></pre>
|
||||
|
||||
<h2 id="poll_interval">Poll interval<a class="headerlink" href="#poll_interval" title="Permanent link">¶</a></h2>
|
||||
<p>Poll interval (in seconds). This value controls how frequently watchtower will poll for new images.</p>
|
||||
<pre><code> Argument: --interval, -i
|
||||
|
|
@ -721,6 +769,15 @@ Environment Variable: WATCHTOWER_MONITOR_ONLY
|
|||
Default: false
|
||||
</code></pre>
|
||||
|
||||
<h2 id="without_restarting_containers">Without restarting containers<a class="headerlink" href="#without_restarting_containers" title="Permanent link">¶</a></h2>
|
||||
<p>Do not restart containers after updating. This option can be useful when the start of the containers
|
||||
is managed by an external system such as systemd.</p>
|
||||
<pre><code> Argument: --no-restart
|
||||
Environment Variable: WATCHTOWER_NO_RESTART
|
||||
Type: Boolean
|
||||
Default: false
|
||||
</code></pre>
|
||||
|
||||
<h2 id="without_pulling_new_images">Without pulling new images<a class="headerlink" href="#without_pulling_new_images" title="Permanent link">¶</a></h2>
|
||||
<p>Do not pull new images. When this flag is specified, watchtower will not attempt to pull
|
||||
new images from the registry. Instead it will only monitor the local image cache for changes.
|
||||
|
|
@ -766,6 +823,7 @@ Environment Variable: DOCKER_TLS_VERIFY
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -832,7 +890,7 @@ Environment Variable: DOCKER_TLS_VERIFY
|
|||
|
||||
</div>
|
||||
|
||||
<script src="../assets/javascripts/application.c648116f.js"></script>
|
||||
<script src="../assets/javascripts/application.808e90bb.js"></script>
|
||||
|
||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue