container

Understanding Containerization and its implementation by Docker

Reading Time: 4 minutes Containerization is a famous practice that is being implemented in most of the application. Industries are moving to deploy the application in form of containers rather than with the traditional on-premise method. In this blog, we’ll understand the benefits that containerization provides to Developers as well as DevOps. Let’s begin with the journey What is Containerization? This is one of the most popular concepts being Continue Reading

jenkins

Run Jenkins on Docker Container

Reading Time: 3 minutes I’ll tell you how you can setup Jenkins in a docker container. I’ll also cover how to start and stop Jenkins container and what are the required setting and configurations you are required to have.