See gh-22549
This commit is contained in:
izeye
2020-07-24 22:50:55 +09:00
committed by Stephane Nicoll
parent 42155321cb
commit 6eba7c5f10
3 changed files with 3 additions and 3 deletions

View File

@@ -8316,7 +8316,7 @@ If you need the `Mockk` equivalent of the Mockito specific <<boot-features-testi
[[boot-features-container-images]]
== Building Container Images
Spring Boot applications can be containerized either by <<boot-features-container-images-docker,packaging them into Docker images>>, or by <<boot-features-container-images-buildpacks,using Buildpacks to create docker compatible container images that you can run anywhere>>.
Spring Boot applications can be containerized either by <<boot-features-container-images-docker,packaging them into Docker images>>, or by <<boot-features-container-images-buildpacks,using Buildpacks to create Docker compatible container images that you can run anywhere>>.