Add docker api version parameter

This commit is contained in:
Kaloyan Raev 2019-08-20 12:14:53 +03:00
parent 5a6b63a5c7
commit b4b2e51aa0
3 changed files with 24 additions and 8 deletions

View file

@ -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.