Install Jenkins using Docker

In this tutorial, I will guide you how to install Jenkins server using Docker. First, open the Terminal on macOS and Linux or the Console on Windows, then use the “docker pull” command to download the Jenkins Image from the Docker Repository. Here, we have… Read More

Some important concepts of Docker

In this tutorial, I will talk about some important concepts of Docker that anyone, who wants to work with Docker, needs to know and distinguish them. These concepts include: Image Image is an immutable template that defines components, applications will be installed in a Docker… Read More