Skip to content

Commit 01cd896

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Remove reference to 'layertools' in reference doc
See gh-43601
1 parent a5b917f commit 01cd896

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When you create a jar containing the layers index file, the `spring-boot-jarmode
66
With this jar on the classpath, you can launch your application in a special mode which allows the bootstrap code to run something entirely different from your application, for example, something that extracts the layers.
77

88
CAUTION: The `tools` mode can not be used with a xref:how-to:deployment/installing.adoc[fully executable Spring Boot archive] that includes a launch script.
9-
Disable launch script configuration when building a jar file that is intended to be used with `layertools`.
9+
Disable launch script configuration when building a jar file that is intended to be used with `extract` tools mode command.
1010

1111
Here’s how you can launch your jar with a `tools` jar mode:
1212

0 commit comments

Comments
 (0)