Please start with first blog on Docker at https://developershome.blog/2023/01/23/what-is-docker/ In this blog, we will understand how to use docker and how to create docker container/image and deploy first application on Docker. Once Docker is installed, if you go to terminal and write docker ps -> It will list all the docker container docker image ls... Continue Reading →
What is Docker?
Earlier, when we developed an application, we used to deploy that application on any server. Now that server resources might be shared with multiple applications. And configuration on that server is combination of all the application deployed on it. In this scenario, we were having below all the problems. When there are resources required by... Continue Reading →