Polish "Restructure "Building Container Images" section"

See gh-22296
This commit is contained in:
Stephane Nicoll
2020-07-16 16:15:50 +02:00
parent c50a5b395b
commit 30b5168fed
2 changed files with 9 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ Once you have unpacked the jar file, you can also get an extra boost to startup
NOTE: Using the `JarLauncher` over the application's main method has the added benefit of a predictable classpath order.
The jar contains a `classpath.idx` file which is used by the `JarLauncher` when constructing the classpath.
More efficient container images can also be created by <<spring-boot-features.adoc#building-docker-images,creating separate layers>> for your dependencies and application classes and resources (which normally change more frequently).
More efficient container images can also be created by <<spring-boot-features.adoc#boot-features-container-images-docker,creating separate layers>> for your dependencies and application classes and resources (which normally change more frequently).