If you are learning microservices,then you should also know about docker and container.

In this tutorial, will teach you how to create a docker image from your Spring Boot application. Then we are going to run this image to create a container.

Note: A container is created when you run an image. That is why a container is sometimes called ‘a running image’.

You can get the complete demo app from : https://github.com/KindsonTheGenius/ThymeleafApp

#Spring #docker #Dockerize

How to Dockerize Your Spring Boot Application
14.80 GEEK