Here’s how you can Dockerize a Spring Boot web application Tech by Sunny Srinidhi - March 24, 2020March 24, 20200 Docker is everywhere today. A lot of projects in most big companies are deployed in production as Docker containers. Once you realize how easy and useful this approach is, you’d want to Dockerzie everything. A lot of tools and services today provide official Docker images so that you don’t have to worry about downloading all the required dependencies, fixing version conflicts of those dependencies, and other compatibility issues. Read more... “Here’s how you can Dockerize a Spring Boot web application”