mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
feature/112: update readme and cli help
This commit is contained in:
parent
1cfa453f40
commit
f35347de14
2 changed files with 2 additions and 1 deletions
|
|
@ -154,6 +154,7 @@ docker run --rm containrrr/watchtower --help
|
||||||
- `--tlsverify` Use TLS when connecting to the Docker socket and verify the server's certificate.
|
- `--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.
|
- `--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.
|
- `--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.
|
- `--help` Show documentation about the supported flags.
|
||||||
|
|
||||||
See below for options used to configure notifications.
|
See below for options used to configure notifications.
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ func SetupCliFlags(app *cli.App) {
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "include-stopped",
|
Name: "include-stopped",
|
||||||
Usage: "Will also include stopped or exited containers",
|
Usage: "Will also include created and exited containers",
|
||||||
EnvVar: "WATCHTOWER_INCLUDE_STOPPED",
|
EnvVar: "WATCHTOWER_INCLUDE_STOPPED",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue