Browsing Tag
docker
167 posts
OverlayFS Explained: How Docker’s Filesystem Layers Actually Work
Preface I have planned to write a series of articles to understand Docker under the hood and containers.…
Announcing General availability of the Azure Cosmos DB vNext emulator
Originally posted on https://devblogs.microsoft.com/cosmosdb/announcing-general-availability-of-the-azure-cosmos-db-vnext-emulator/ The Azure Cosmos DB vNext emulator is generally available today. It ships as a…
Docker healthchecks: what they actually measure and what you shouldn’t promise
Docker healthchecks: what they actually measure and what you shouldn’t promise The right way to know if your…
How to Build a Self-Hosted AI Gateway With LiteLLM and Open WebUI
If you’ve ever self-hosted AI tools, you know how quickly things get messy. One app talks to OpenAI.…
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime I use Docker almost every…
Deploying Cookiecutter Django on DigitalOcean (Ubuntu 24.04 (LTS) x64)
A no-fluff deployment runbook for getting a Cookiecutter Django project live on DigitalOcean using Docker and Traefik. Covers…
I Built a Tool That Writes Its Own Infrastructure
A complete beginner-friendly walkthrough of building SwiftDeploy: a CLI tool that generates Nginx configs, manages Docker containers, enforces…
Docker for TypeScript Developers Building AI Agents in 2026
Modern frontend engineers are no longer just building UI layers. Increasingly, we are building systems that orchestrate AI…
What is Docker ?
Docker is a platform that allows developers to package applications into standardized units called containers. It is useful…
Run, Isolate, and Act: A Minimal Primitive for Container Workflows
You’ve probably wanted to run a one-off command in a clean environment, or pipe a task into an…