In this tutorial, you are going to learn what is Docker and how we can use it to Dockerize a Spring application. Dockerfile Dockerfile is just a .txt file. Dockerfile allows you to run commands that help you build an image. These commands can be useful if you want to specify the layers of the image. One…
Continue reading