mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-22 23:24:06 +01:00
Add docker api version parameter
This commit is contained in:
parent
5a6b63a5c7
commit
b4b2e51aa0
3 changed files with 24 additions and 8 deletions
|
|
@ -75,7 +75,17 @@ Docker daemon socket to connect to. Can be pointed at a remote Docker host by sp
|
|||
Environment Variable: DOCKER_HOST
|
||||
Type: String
|
||||
Default: "unix:///var/run/docker.sock"
|
||||
```
|
||||
```
|
||||
|
||||
## Docker API version
|
||||
The API version to use by the Docker client for connecting to the Docker daemon.
|
||||
|
||||
```
|
||||
Argument: --api-version, -a
|
||||
Environment Variable: DOCKER_API_VERSION
|
||||
Type: String
|
||||
Default: "1.24"
|
||||
```
|
||||
|
||||
## Include stopped
|
||||
Will also include created and exited containers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue