himanshu.kumar

Cloud, DevOps

Dockerizing a Spring Boot Application

Dockerizing a spring boot application, that uses more than one container. We have a spring boot application that takes user input as form data and saves it in a MySQL database. The context of dockerizing a spring boot application is so that other developer using my application doesn't have to set up the tomcat server or run a MySQL...

27-Sep-2022

DevOps, Java

Docker for Beginners

Why Docker?  Has it ever happened to you that you create an application it runs successfully on your machine? You share this application with your friends because it doesn’t work on their machines. But it worked on my machine !! What is Docker? Docker is a tool for running applications in an isolated environment, it is...

26-Sep-2022