← All Tags

#docker

18 episodes

#5465: Packaging AI Pipelines So They Actually Get Reused

Daniel's podcast pipeline works — so why can't he reuse it? Recipes, containers, and Hebrew code-switching TTS.

text-to-speechdockerdependency-management

#5405: Omarchy: The Linux Distro Built for AI Agents

Omarchy treats AI agents as users of the OS itself — every setting a command, every config a text file. Here's how it works and where it breaks.

operating-systemsai-agentsdocker

#5319: Focus Stacking Without the Phone App Guesswork

Your phone app wants three shots. The optics want three hundred. Here's how to actually stack macro focus.

computational-audioopen-sourcedocker

#4993: Cross-Cloud Failover: Can You Actually Survive an AWS Outage?

Real teams are running cross-cloud failover drills — and the first attempt usually fails. Here's what they learned.

high-availabilitydistributed-systemsdocker

#4824: Build vs Pull: Docker Deploy Strategies for Solo Devs

Where to build your Docker image and how to trigger deploys — three patterns for small teams on a VPS.

dockersoftware-developmentautomation

#4778: SSH MCP and Tailscale: Docker Migration Guide

How to configure Tailscale for Docker containers when migrating from public IPs to tailnet addresses.

networkingdockervpn

#4756: Eliminating the Secret: Workload Identity Without Credentials

How Google Cloud, AWS, Azure, and Kubernetes are moving from long-lived keys to ephemeral, platform-issued tokens.

cloud-computingsecuritydocker

#4460: Why Your Container Has 233 Hidden Chrome Processes

Your container's PID 1 probably isn't reaping children. Here's why that quietly eats your RAM.

dockerprocess-reapingzombie-processes

#4317: The Ladder of Minimal Linux Systems

From scratch containers to BusyBox to Alpine — how barebones can you go and still serve production traffic?

dockersoftware-developmentinfrastructure

#2941: Distrobox: Linux Containers That Feel Like Native Apps

How Distrobox merges container isolation with native desktop integration for immutable distros, GPU work, and messy builds.

dockergpu-accelerationhome-lab

#2940: Distrobox: Linux Containers for Humans, Not Servers

Run any distro's apps on any Linux host—no VM, no dual-boot, no dependency hell.

dockergpu-accelerationsoftware-development

#2476: Database Backups Without the Bloat

pg_dump, WAL archiving, and the free tools that beat expensive commercial backup software.

dockeropen-sourcedatabase-backups

#2475: Docker Volumes: Why They Can't Move and What To Do

Docker made apps portable but left your data stuck. Here's how to actually move volumes between hosts.

dockerbackup-strategiesdata-storage

#2474: Private Container Registries: Docker Hub vs GHCR vs Self-Hosting

Comparing Docker Hub, GitHub Container Registry, and self-hosted options for private container storage.

dockerraspberry-picontainer-registry

#2079: The Geopolitics of Grey Boxes

Why factories still run on ladder logic, VxWorks, and rugged grey boxes instead of cloud servers.

industrial-automationoperating-systemsdocker

#1807: The ABI Trap: Why GPUs Break Docker's Promise

Docker promised "run anywhere," but GPU images make you compile for hours. Here’s why the abstraction breaks down.

gpu-accelerationdockerdependency-management

#1657: Solo Devs: When to Dockerize (and When Not To)

Is Docker worth it for solo devs? We compare raw Python, Docker, and dev containers with real setup times and tradeoffs.

dockersoftware-developmentproductivity

#27: Choosing Your AI Environment: Host, Conda, or Docker?

Tired of AI environment headaches on AMD? We demystify Conda, Docker, and host environments to unlock your GPU's full potential.

gpu-accelerationdockerdependency-management