Remove trailing whitespaces

This commit is contained in:
Stephane Nicoll 2020-08-17 13:59:08 +02:00
parent 6b679b7d64
commit b1e631e8a6
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@ The following table shows the environment variables and their values:
|===
| Environment variable | Description
| DOCKER_HOST
| DOCKER_HOST
| URL containing the host and port for the Docker daemon - e.g. `tcp://192.168.99.100:2376`
| DOCKER_TLS_VERIFY
| DOCKER_TLS_VERIFY
| Enable secure HTTPS protocol when set to `1` (optional)
| DOCKER_CERT_PATH
| DOCKER_CERT_PATH
| Path to certificate and key files for HTTPS (required if `DOCKER_TLS_VERIFY=1`, ignored otherwise)
|===