Topic

docker

31 articles

Cover for Day 7: Ship It - and What Comes Next
dockersecurityMay 4, 2026

Day 7: Ship It - and What Comes Next

Your container runs as root and has 18 CVEs. A Docker Captain's guide to hardening, Scout policies, DHI, Sandboxes, and what comes after Docker.

Saloni NarangSaloni Narang · 13 min
Read →
Cover for Day 6: Run an LLM on Your Laptop - With Docker
aidockerApr 30, 2026

Day 6: Run an LLM on Your Laptop - With Docker

"Pull AI models from Docker Hub, run them locally with GPU acceleration, and build an AI-powered app

Saloni NarangSaloni Narang · 10 min
Read →
Cover for Day 5: Docker Compose - How Docker Actually Gets Used
dockerdocker-composeApr 28, 2026

Day 5: Docker Compose - How Docker Actually Gets Used

7 Days of Docker in 2026 - From docker run Chaos to Declarative Stacks Nobody types docker run with 15 flags in real life. I’ve been learning and working…

Saloni NarangSaloni Narang · 16 min
Read →
Cover for Day 4: Breaking Isolation on Purpose - Volumes, Networks, and the Real World
dockerdocker-imagesApr 27, 2026

Day 4: Breaking Isolation on Purpose - Volumes, Networks, and the Real World

7 Days of Docker in 2026 — When Containers Need to Talk and Remember On Day 3, you built production-ready images with Dockerfiles, optimized layers, and…

Saloni NarangSaloni Narang · 15 min
Read →
Cover for Day 3: Stop Writing Dockerfiles From Scratch
dockerdockerfileApr 24, 2026

Day 3: Stop Writing Dockerfiles From Scratch

Stop writing Dockerfiles from scratch. A Docker Captain walks through docker init, layer caching, multi-stage builds, and docker debug for 2026.

Saloni NarangSaloni Narang · 14 min
Read →
Cover for Day 2: Your Images Are a Supply Chain - and It's Probably Broken
dockeropensourceApr 23, 2026

Day 2: Your Images Are a Supply Chain - and It's Probably Broken

7 Days of Docker (2026) - by Saloni Narang, Docker Captain & CNCF Ambassador I'm a Docker Captain. I've seen hundreds of Docker tutorials explain images…

Saloni NarangSaloni Narang · 10 min
Read →
Cover for Day 1: What Actually Happens When You Type docker run
linuxdockerApr 22, 2026

Day 1: What Actually Happens When You Type docker run

Containers aren't VMs. They're Linux processes. A Docker Captain explains namespaces, cgroups, and how Docker really works on your Mac in 2026.

Saloni NarangSaloni Narang · 11 min
Read →
Cover for Ditch the Overheating Laptop: Supercharge Your Docker Workflow with Docker Offload
aicloudAug 26, 2025

Ditch the Overheating Laptop: Supercharge Your Docker Workflow with Docker Offload

Running multiple Docker containers can slow down your laptop and drain your battery. In this blog, we explore Docker Offload — a game-changing feature

Saloni NarangSaloni Narang · 5 min
Read →
Cover for Docker MCP Catalog: Finding the Right AI Tools for Your Project
aidockerJun 26, 2025

Docker MCP Catalog: Finding the Right AI Tools for Your Project

This blog describes what Docker MCP is and how it

Saloni NarangSaloni Narang · 6 min
Read →
Cover for Testing Docker AI's "Gordon" – How Smart Is It?
aidockerFeb 21, 2025

Testing Docker AI's "Gordon" – How Smart Is It?

Testing Docker AI's "Gordon" – How Smart Is It?

Saloni NarangSaloni Narang · 9 min
Read →
Cover for Understanding Docker Desktop: All-in-One Platform for Containers
dockerkubernetesJan 31, 2025

Understanding Docker Desktop: All-in-One Platform for Containers

This is a blog on docker desktop which discusses about how to use it's features

Saloni NarangSaloni Narang · 6 min
Read →
Cover for Becoming a Docker Captain
dockerkubernetesDec 17, 2024

Becoming a Docker Captain

This blog shares Saloni Narang's Journey on becoming Docker captain and also a quick introduction to docker desktop.

Saloni NarangSaloni Narang · 5 min
Read →
Cover for Reducing Image Size using Multi-stage builds for a Go application
dockergoFeb 5, 2024

Reducing Image Size using Multi-stage builds for a Go application

multi-stage docker builds

Krish GuptaKrish Gupta · 5 min
Read →
Cover for Docker Networking Demystified
clouddockerMay 10, 2023

Docker Networking Demystified

Docker has transformed the way developers build, ship, and run applications. Its networking capabilities are a key feature that allows containers to…

Saurav RanaSaurav Rana · 10 min
Read →
Cover for Understanding How Containers Work Behind the Scenes
linuxdockerApr 29, 2023

Understanding How Containers Work Behind the Scenes

Containers provide a convenient way to deploy and run applications within their own isolated environment, eliminating the need to create separate virtual…

Anuj ChourasiaAnuj Chourasia · 5 min
Read →
Cover for Deploying Java Application using Docker and Kubernetes- DevOps Project
dockerjavaJan 9, 2023

Deploying Java Application using Docker and Kubernetes- DevOps Project

Hello Everyone, Welcome to the blog. In this blog, We going to see "How to Deploy a Java Application using Docker and Kubernetes". So, Let's start The…

Tania DuggalTania Duggal · 5 min
Read →
Cover for Container and Kubernetes Security
dockerkubernetesOct 17, 2022

Container and Kubernetes Security

A descriptive written piece that describes best practices that can be followed to secure your Kubernetes cluster and containers before or when in production

Aryan DeshpandeAryan Deshpande · 9 min
Read →
Cover for Everything You Need to Know about Docker Compose
dockerdevelopmentSep 23, 2022

Everything You Need to Know about Docker Compose

Docker Compose is a tool that allows us to containerize an entire app with just one file saving us from the tedious task of running multiple containers.

Hamees SayedHamees Sayed · 8 min
Read →
Cover for Bake your Container Images with Bake 📦👨‍🍳
dockercontainersSep 5, 2022

Bake your Container Images with Bake 📦👨‍🍳

As the title implies, there are various ways of defining the docker build process in a declarative manner, such as Docker's Dockerfile, Buildah's…

Batuhan ApaydınBatuhan Apaydın · 15 min
Read →
Cover for About my PDF-Editor Project
dockerawsSep 1, 2022

About my PDF-Editor Project

It all started with me thinking about a PDF platform that people can use instead of using licensed software. Came up with an idea of web-based which can…

Dipankar DasDipankar Das · 6 min
Read →
Cover for Kubernetes 1.25 + Dockerd
dockerkubernetesAug 24, 2022

Kubernetes 1.25 + Dockerd

Learn how to set up Kubernetes 1.25 using dockerd as the container runtime on Ubuntu 22.04 machines.

Saloni NarangSaloni Narang · 8 min
Read →
Cover for Yours Kindly Drone
clouddockerJul 19, 2022

Yours Kindly Drone

Over the past few years, lots of organizations have started to adopt Cloud Native architectures. Despite the adoption of Cloud Native architectures, many…

Kamesh SampathKamesh Sampath · 12 min
Read →
Cover for Getting started with ko: A fast container image builder for your Go applications
dockergoMay 20, 2022

Getting started with ko: A fast container image builder for your Go applications

With the rise of containerization, it becomes essential to deploy applications as containers and manages them through orchestration systems at scale. If…

Batuhan ApaydınBatuhan Apaydın · 11 min
Read →
Cover for Breaking Down Docker
clouddockerMay 9, 2022

Breaking Down Docker

Docker is the idea behind the container revolution, but how the idea came into play what are the underlying structure used to built up containers.

Nawaz siddiquiNawaz siddiqui · 11 min
Read →
Cover for Kyverno And Cosign
dockerkubernetesMay 5, 2022

Kyverno And Cosign

Kyverno is a Kubernetes native policy engine, and cosign is a tool used for signing container images.

Anurag KumarAnurag Kumar · 4 min
Read →
Cover for Pods in Kubernetes
tutorialdockerApr 21, 2022

Pods in Kubernetes

"It is the smallest deployable and schedulable unit that Kubernetes can manage.

Dipankar DasDipankar Das · 5 min
Read →
Cover for Starting your DevOps Journey as a Windows User
dockergitApr 15, 2022

Starting your DevOps Journey as a Windows User

Install WSL, DevOps in windows, installing Docker in windows, Minikube and Kubernetes for windows

Vaidansh BhardwajVaidansh Bhardwaj · 8 min
Read →
Cover for The secret gems behind building container images, Enter: BuildKit & Docker Buildx
containerdockerApr 5, 2022

The secret gems behind building container images, Enter: BuildKit & Docker Buildx

In this post, we discussed various things about Buildkit, its internals, how to interact with BuildKit and its benefits in container image building. Feel fr

Batuhan ApaydınBatuhan Apaydın · 12 min
Read →
Cover for Cool Cool Coolify...
dockerpaasMar 31, 2022

Cool Cool Coolify...

It's not a fancy title!! Coolify is actually a new fancy product that is an open-source & self-hostable Heroku / Netlify alternative! You can simply…

Saiyam PathakSaiyam Pathak · 2 min
Read →
Cover for CI/CD Pipeline: GitHub Actions with AWS ECS
dockerawsMar 28, 2022

CI/CD Pipeline: GitHub Actions with AWS ECS

CI/CD are parts of the DevOps process for delivering new software as soon as possible with help of automated test and automation build tools like Jenkins,…

Rishav MehraRishav Mehra · 8 min
Read →
Cover for Rancher Desktop evolution
dockerkubernetesMar 25, 2022

Rancher Desktop evolution

I have been testing out and using Rancher desktop since it originally came out, did a stream and a walkthrough video as well. When Rancher desktop…

Saiyam PathakSaiyam Pathak · 3 min
Read →