Skip to content

Commit 80d97ef

Browse files
Fix incorrect command in Docker configuration for Colima
1 parent 9b85c73 commit 80d97ef

File tree

2 files changed

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

2 files changed

+2
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ 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 command `export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}')`.
621621

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ 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 command `export DOCKER_HOST=$(docker context inspect colima -f '{{.Endpoints.docker.Host}}')`.
527527

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

0 commit comments

Comments
 (0)