DevOps

Streamline Your CI/CD: Jenkins + Nexus NPM Registry (With and Without Docker)

Introduction Keeping internal NPM packages safe during continuous integration and delivery is more important than ever, and a private registry such as Sonatype Nexus offers a simple, central way to do this. In the steps that follow, you'll learn how to link Jenkins to a Nexus NPM feed, whether your builds run inside Docker or directly on...

by Mudit Singhal
Tag: docker
21-Aug-2025

DevOps

Docker vs Podman: A comprehensive comparison

Introduction Containers have transformed the way we build, ship, and run applications. For a long time, Docker has been the go-to solution for containerization, setting the standard across the industry. However, Podman has gained attention as a strong alternative, offering solutions to some of Docker’s architectural challenges. In...

by Ketan Joshi
Tag: docker
18-Jul-2025

JS

Containerizing Your Node.js Server with Docker: Using Custom Docker Bridge Network

Introduction: Why Containerization Is Important In modern software development, containerization has become a standard practice, particularly for Node.js applications and microservices. But why is containerization so valuable? Consistency Across Environments: One of the main challenges in development is environment inconsistencies....

by Kunwar Anas Ali
Tag: docker
20-Sep-2024

DevOps

Enhancing Business Agility: A Cloud Migration Success Story for a Multimedia Platform

In today’s business world, agility, scalability, and performance are more important than ever. Many organizations face the challenge of managing rapid growth while ensuring high uptime and operational flexibility. Initially deployed on-premises using Docker Swarm, this infrastructure required a more scalable solution to meet the...

by Keshav Kashyap
Tag: docker
15-Sep-2024

Drupal

A Simple Guide to Setting Up a Local Drupal Development Environment with DDEV

[caption id="attachment_64409" align="aligncenter" width="625"] DDEV + Drupal[/caption] Introduction If you're new to Drupal development or looking to streamline your local development workflow, DDEV offers an efficient and straightforward way to set up a Drupal environment on your computer. DDEV, built on Docker, simplifies the process...

by Rajveer Singh
Tag: docker
04-Sep-2024

DevOps

K8s Cluster Setup using Kubeadm with Bare-minimum Configurations

Introduction Kubernetes is a powerful tool for managing containerized applications. It helps us to automate the deployment, scaling, and management of our applications in containers, which are like lightweight, standalone packages for software. In the market, multiple tools are available to set up Kubernetes clusters locally (on our...

by Ketan Joshi
Tag: docker
14-Mar-2024

DevOps

Running Docker Inside Docker Container using Custom Docker Image

Introduction and Scenario There are various use cases for running Docker inside a host Docker container, which we will mention later on, but one of the use cases that often comes in handy is when we run a Docker container as a Jenkins agent. Suppose we want to build and push our application image to any Docker registry, say ECR, and...

by Ketan Joshi
Tag: docker
14-Mar-2024

Big Data, Data & Analytics

Enhancing Workflows with Apache Airflow and Docker

In today's world, handling complex tasks and automating them is crucial. Apache Airflow is a powerful tool that helps with this. It's like a conductor for tasks, making everything work smoothly. When we use Airflow with Docker, it becomes even better because it's flexible and can be easily moved around. In this blog, we'll explain what...

by Bishal Kumar Singh
Tag: docker
17-Oct-2023

DevOps

Leveraging AWS Graviton for Containerized Workloads: Docker and Kubernetes

Introduction In the fast-paced world of cloud computing, businesses are constantly searching for ways to optimize their workloads and enhance performance. One such solution is leveraging AWS Graviton for containerized workloads with Docker and Kubernetes. This powerful combination opens up new possibilities and can significantly enhance...

by Ankit Kaushik
Tag: docker
05-Aug-2023

Drupal, iOS

Docker Installation For Linux And MAC

FOR LINUX: You can install Docker Engine in different ways. Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Below are the steps to install docker on your machine. sudo apt-get update ...

by Divyanshi Agarwal
Tag: docker
01-May-2023

AWS, DevOps

Fooling around with Docker CLI commands with PostgreSQL image

Currently, I am developing a side project wherein I wanted to use Postgres as my project database using its docker image. This blog is my brain dump of the docker basics I have learned so far, and I have attempted to break down the CLI commands I used or came across during the course of development for my own better understanding. ...

by Shivang Chaturvedi
Tag: docker
14-Jan-2023

Agile, DevOps

Continuous Delivery – How to Make Your Pipeline Robust and Efficient?

Frequent and shorter releases, faster feedback, less risky deployments and resilient systems - do they sound familiar? Well, modern technology companies are focusing and emphasizing on Continuous Integration, Continuous Delivery and Continuous Deployment to improve time to market and get an edge over the competitors. Continuous...

by Nidhi Choudhary
Tag: docker
04-Dec-2017