You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging-oci-image.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ The following table shows the environment variables and their values:
19
19
|===
20
20
| Environment variable | Description
21
21
22
-
| DOCKER_HOST
22
+
| DOCKER_HOST
23
23
| URL containing the host and port for the Docker daemon - e.g. `tcp://192.168.99.100:2376`
24
24
25
-
| DOCKER_TLS_VERIFY
25
+
| DOCKER_TLS_VERIFY
26
26
| Enable secure HTTPS protocol when set to `1` (optional)
27
27
28
-
| DOCKER_CERT_PATH
28
+
| DOCKER_CERT_PATH
29
29
| Path to certificate and key files for HTTPS (required if `DOCKER_TLS_VERIFY=1`, ignored otherwise)
0 commit comments