Open to Work: Senior Backend & Distributed Systems Engineer (Go / Python) View LinkedIn →

Docker

Technical Journal // Docker
Feb '26

Fast Docker CI: Stop Rebuilding Container Images on Every Commit

Rebuilding multi-stage Docker images on every code change wastes minutes and cache. How to decouple build dependencies from runtime containers for instant feedback.

Apr '25

Docker Volume Backup: The 1-Line Command You Should Be Using (Instead of tar)

When working with Docker, persistent data is often stored in volumes. Unlike container filesystems, volumes survive restarts and recreations. But what if you need to move this data from one machine to another? Here's a quick and reliable way to back up a Docker volume on one computer and restore it on another.

Jan '24

How to Install Docker Desktop on Another Drive in Windows

Is Docker filling up your C: drive? Here is how to install or move Docker Desktop and its containers to D: drive on Windows 10/11 using WSL2 flags.