Skip to content
daniel@cosenza:~/blog

tag

#containers

17 posts

WSLHow-To August 21, 2026 2 min read

How to Set Up Docker with the WSL2 Backend

A complete walkthrough getting Docker Desktop configured to use WSL2 as its backend, integrating specific distros, and verifying containers actually run using WSL2's real Linux kernel rather than a separate VM.

#howto#docker#wsl2
Read more
LinuxHow-To July 8, 2026 2 min read

How to Use systemd-nspawn Containers on Linux

A complete walkthrough creating and running a lightweight systemd-nspawn container — useful for isolated testing environments without the overhead of a full container runtime.

#howto#systemd-nspawn#containers
Read more
SRE & DevOpsFix April 24, 2026 3 min read

Fixing ImagePullBackOff in Kubernetes

A pod can't start because Kubernetes can't pull its container image — the fix depends entirely on which of a handful of specific causes is actually responsible, from a typo to a private registry auth problem.

#fix#kubernetes#containers
Read more
SRE & DevOpsDeep Dive February 22, 2026 4 min read

Building Minimal, Secure Container Images

How multi-stage builds, distroless base images, and layer discipline combine to produce smaller, more secure container images without sacrificing developer ergonomics.

#containers#docker#security
Read more
SRE & DevOpsNews November 25, 2025 1 min read

dotCloud Renames Itself Docker, Inc.

On October 29, 2013, dotCloud announced it was scaling back its original PaaS business and renaming the company entirely around its container tooling.

#news#docker#containers
Read more