DEV Community

Discussion on: Dockerize the Spring Boot Application.

Collapse
 
mxglt profile image
Maxime Guilbert

Also to help you to dockerise a Java app (no especially a Spring boot app), you can use JIB.
It's a library from Google to help to build docker image for Java app. It's quite easy to use and powerful

Here are some links, if you want to check it
dev.to/adaendra/jib-a-powerful-doc...
cloud.google.com/java/getting-star...
github.com/GoogleContainerTools/jib