Add --revive-stopped flag to start stopped containers after an update (#403)

* Add --revive-stopped flag to start stopped containers after an update

* Update arguments.md
This commit is contained in:
Zois Pagoulatos 2019-11-13 11:16:37 +01:00 committed by Simon Aronsson
parent 63e5049160
commit 2d8507ca31
4 changed files with 23 additions and 3 deletions

View file

@ -97,6 +97,16 @@ Environment Variable: WATCHTOWER_INCLUDE_STOPPED
Default: false
```
## Revive stopped
Start any stopped containers that have had their image updated. This argument is only usable with the `--include-stopped` argument.
```
Argument: --revive-stopped
Environment Variable: WATCHTOWER_REVIVE_STOPPED
Type: Boolean
Default: false
```
## Poll interval
Poll interval (in seconds). This value controls how frequently watchtower will poll for new images.