Skip to content

Category Archives: Docker

Docker as a platform provides the ability to package, ship, and run an application in an isolated environment called a container. This isolation allows running… Read More
Installing Docker in Windows with just the CLI is quite easier than you would expect. It just requires a few commands. This article assumes you… Read More
Load balancing means efficiently distributing the incoming traffic to different server instances. Nginx is open-source software that can be used to apply load balancing to… Read More
We are going to create a to-do list web API using Django rest framework, docker and also going to write different tests for different functionalities… Read More
In this article, we will look into the Docker Registry. We will also look into steps on how to create and maintain your own Private… Read More
Whenever we expose a container’s port in docker, it creates a network path from the outside of that machine, through the networking layer, and enters… Read More
A Docker registry is a system for storing and distributing Docker images with specific names. There may be several versions of the same image, each… Read More
A Dockerfile is a script that uses the Docker platform to generate containers automatically. It is essentially a text document that contains all the instructions… Read More
In this article, we will look into the process of setting up Jenkins in a Docker container on an EC2 instance. Jenkins is an open-source… Read More
In this post, we will see how to publish the Docker images to Docker Hub. By publishing the images to the docker hub and making… Read More
In this post, we’ll see how to make a continuous integration pipeline for an npm project in Jenkins. We will be building, testing, and then… Read More
In this post, we will see how to make Continuous Integration using Jenkins. In the previous post, we have seen how to install docker and… Read More
So here we are basically discussing what is Kubernetes and Docker, what is the difference between them, how they work, and also discussing some points… Read More
Docker is an open-source project that makes it easier to create, deploy and run applications. It provides a lightweight environment to run your applications.It is… Read More
Pre-requisite: Introduction to Docker Docker Image is an executable package of software that includes everything needed to run an application. This image informs how a… Read More

Start Your Coding Journey Now!