Spring Boot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
550 B

[[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[]