mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Make it possible to use watchtower to update exited or created containers as well (#289)
* feature/112: add additional tests that verify include-stopped * feature/112: implement include-stopped * feature/112: update readme and cli help * feature/112: fix linting issues * remove superfluous logging
This commit is contained in:
parent
1631c8cc2e
commit
e584f8bfcf
8 changed files with 101 additions and 33 deletions
|
|
@ -157,6 +157,7 @@ docker run --rm containrrr/watchtower --help
|
|||
- `--tlsverify` Use TLS when connecting to the Docker socket and verify the server's certificate.
|
||||
- `--debug` Enable debug mode. When this option is specified you'll see more verbose logging in the watchtower log file.
|
||||
- `--monitor-only` Will only monitor for new images, not update the containers.
|
||||
- `--include-stopped` Will also include created and exited containers.
|
||||
- `--help` Show documentation about the supported flags.
|
||||
|
||||
See below for options used to configure notifications.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue