Update TLS version configuration code. Tests.
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
commit
e7a8b2fed5
4 changed files with 49 additions and 4 deletions
|
|
@ -78,6 +78,11 @@ Configures the path to the `ca.pem`, `cert.pem`, and `key.pem` files used for TL
|
|||
Configures the time (in seconds) a request to the Docker daemon is allowed to hang before Compose considers
|
||||
it failed. Defaults to 60 seconds.
|
||||
|
||||
## COMPOSE\_TLS\_VERSION
|
||||
|
||||
Configure which TLS version is used for TLS communication with the `docker`
|
||||
daemon. Defaults to `TLSv1`.
|
||||
Supported values are: `TLSv1`, `TLSv1_1`, `TLSv1_2`.
|
||||
|
||||
## Related Information
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue