mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
Deployed 7a402fd with MkDocs version: 1.1
This commit is contained in:
parent
19c9c6c124
commit
18ab46778b
20 changed files with 193 additions and 161 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.6.0">
|
||||
<meta name="generator" content="mkdocs-1.1, mkdocs-material-4.6.3">
|
||||
|
||||
|
||||
|
||||
|
|
@ -42,12 +42,12 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.1b62728e.css">
|
||||
<link rel="stylesheet" href="../assets/stylesheets/application.adb8469c.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="../assets/javascripts/modernizr.268332fc.js"></script>
|
||||
<script src="../assets/javascripts/modernizr.86422ebf.js"></script>
|
||||
|
||||
|
||||
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
||||
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
|
||||
|
||||
<a href="#help" tabindex="1" class="md-skip">
|
||||
<a href="#help" tabindex="0" class="md-skip">
|
||||
Skip to content
|
||||
</a>
|
||||
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
<nav class="md-header-nav md-grid">
|
||||
<div class="md-flex">
|
||||
<div class="md-flex__cell md-flex__cell--shrink">
|
||||
<a href="http://containrrr.github.io/watchtower/" title="Watchtower" class="md-header-nav__button md-logo">
|
||||
<a href="http://containrrr.github.io/watchtower/" title="Watchtower" aria-label="Watchtower" class="md-header-nav__button md-logo">
|
||||
|
||||
<i class="md-icon"></i>
|
||||
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
<label class="md-search__overlay" for="__search"></label>
|
||||
<div class="md-search__inner" role="search">
|
||||
<form class="md-search__form" name="search">
|
||||
<input type="text" class="md-search__input" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
|
||||
<input type="text" class="md-search__input" aria-label="search" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
|
||||
<label class="md-icon md-search__icon" for="__search"></label>
|
||||
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">
|
||||

|
||||
|
|
@ -279,6 +279,13 @@
|
|||
Help
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#time_zone" class="md-nav__link">
|
||||
Time Zone
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -363,6 +370,13 @@
|
|||
Without pulling new images
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#without_sending_a_startup_message" class="md-nav__link">
|
||||
Without sending a startup message
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -523,6 +537,13 @@
|
|||
Help
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#time_zone" class="md-nav__link">
|
||||
Time Zone
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -607,6 +628,13 @@
|
|||
Without pulling new images
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#without_sending_a_startup_message" class="md-nav__link">
|
||||
Without sending a startup message
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -689,6 +717,14 @@ Environment Variable: N/A
|
|||
Default: N/A
|
||||
</code></pre>
|
||||
|
||||
<h2 id="time_zone">Time Zone<a class="headerlink" href="#time_zone" title="Permanent link">¶</a></h2>
|
||||
<p>Sets the time zone to be used by WatchTower's logs and the optional Cron scheduling argument (--schedule). If this environment variable is not set, Watchtower will use the default time zone: UTC.</p>
|
||||
<pre><code> Argument: N/A
|
||||
Environment Variable: TZ
|
||||
Type: String
|
||||
Default: "UTC"
|
||||
</code></pre>
|
||||
|
||||
<h2 id="cleanup">Cleanup<a class="headerlink" href="#cleanup" title="Permanent link">¶</a></h2>
|
||||
<p>Removes old images after updating. When this flag is specified, watchtower will remove the old image after restarting a container with a new image. Use this option to prevent the accumulation of orphaned images on your system as containers are updated.</p>
|
||||
<pre><code> Argument: --cleanup
|
||||
|
|
@ -789,6 +825,14 @@ Environment Variable: WATCHTOWER_NO_PULL
|
|||
Default: false
|
||||
</code></pre>
|
||||
|
||||
<h2 id="without_sending_a_startup_message">Without sending a startup message<a class="headerlink" href="#without_sending_a_startup_message" title="Permanent link">¶</a></h2>
|
||||
<p>Do not send a send a message after watchtower started. Otherwise there will be an info-level notification. </p>
|
||||
<pre><code> Argument: --no-startup-message
|
||||
Environment Variable: WATCHTOWER_NO_STARTUP_MESSAGE
|
||||
Type: Boolean
|
||||
Default: false
|
||||
</code></pre>
|
||||
|
||||
<h2 id="run_once">Run once<a class="headerlink" href="#run_once" title="Permanent link">¶</a></h2>
|
||||
<p>Run an update attempt against a container name list one time immediately and exit.</p>
|
||||
<pre><code> Argument: --run-once
|
||||
|
|
@ -878,9 +922,9 @@ Environment Variable: DOCKER_TLS_VERIFY
|
|||
<div class="md-footer-copyright">
|
||||
|
||||
powered by
|
||||
<a href="https://www.mkdocs.org">MkDocs</a>
|
||||
<a href="https://www.mkdocs.org" target="_blank" rel="noopener">MkDocs</a>
|
||||
and
|
||||
<a href="https://squidfunk.github.io/mkdocs-material/">
|
||||
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
||||
Material for MkDocs</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -890,9 +934,9 @@ Environment Variable: DOCKER_TLS_VERIFY
|
|||
|
||||
</div>
|
||||
|
||||
<script src="../assets/javascripts/application.808e90bb.js"></script>
|
||||
<script src="../assets/javascripts/application.c33a9706.js"></script>
|
||||
|
||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||
<script>app.initialize({version:"1.1",url:{base:".."}})</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue