Skip to content

Commit 0968429

Browse files
committed
Merge branch '3.3.x'
Closes gh-42083
2 parents 7fc5c4b + 9f8fae0 commit 0968429

File tree

2 files changed

+12
-2
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+12
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,12 @@ TIP: With the `podman` CLI installed, the command `podman info --format='{{.Host
617617
==== Docker Configuration for Colima
618618

619619
The plugin can communicate with the Docker daemon provided by https://github.com/abiosoft/colima[Colima].
620-
The `DOCKER_HOST` environment variable can be set by using the command `export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}').`
620+
The `DOCKER_HOST` environment variable can be set by using the following command:
621+
622+
[source,shell,subs="verbatim,attributes"]
623+
----
624+
$ export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}')
625+
----
621626

622627
The plugin can also be configured to use Colima daemon by providing connection details similar to those shown in the following example:
623628

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,12 @@ TIP: With the `colima` CLI installed, the command `podman info --format='{{.Host
523523
==== Docker Configuration for Colima
524524

525525
The plugin can communicate with the Docker daemon provided by https://github.com/abiosoft/colima[Colima].
526-
The `DOCKER_HOST` environment variable can be set by using the command `export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}').`
526+
The `DOCKER_HOST` environment variable can be set by using the following command:
527+
528+
[source,shell,subs="verbatim,attributes"]
529+
----
530+
$ export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}')
531+
----
527532

528533
The plugin can also be configured to use Colima daemon by providing connection details similar to those shown in the following example:
529534

0 commit comments

Comments
 (0)