From b1e631e8a6d0ec0b109cfaebe07908050387d15c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Aug 2020 13:59:08 +0200 Subject: [PATCH] Remove trailing whitespaces --- .../src/docs/asciidoc/packaging-oci-image.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 49401034a47..0a17d342c0b 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -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) |===