How To Create Docker Image of Spring Boot App without Dockerfile?
Generally to create a docker image for Spring application or any other app, we create a dockerfile and we run docker build command. But from Spring 2.3 version onwards we no need to write any dockerfile for our application. Since cloud-native buildpacks support is natively added in Spring 2.3 version onwards. This will reduce a lot overhead for developer to put more focus on business logic implementation.
In the following video I explained how we can create a docker image using Spring 2.3 version. Checkout the video below. If you like the video, subscribe to it and share with friends and colleagues.
How To Create Docker Image of Spring Boot App without Dockerfile?RPidugu
July 25, 2020
We would like to receive your feedback or if you have any questions you can put them in commnets and we will get back to you as soon as we can with proper response.
0 comments:
Post a Comment