spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/container-images.adoc

14 lines
550 B
Plaintext
Raw Normal View History

[[container-images]]
= Container Images
include::attributes.adoc[]
Spring Boot applications can be containerized <<container-images#container-images.dockerfiles,using Dockerfiles>>, or by <<container-images#container-images.buildpacks,using Cloud Native Buildpacks to create optimized docker compatible container images that you can run anywhere>>.
include::container-images/efficient-images.adoc[]
include::container-images/dockerfiles.adoc[]
include::container-images/cloud-native-buildpacks.adoc[]
include::container-images/whats-next.adoc[]