Skip to content

Tag: containers

All the articles with the tag "containers".

Colima vs OrbStack vs Docker Desktop on Mac

Colima vs OrbStack vs Docker Desktop on Mac

Docker Desktop got expensive and RAM-hungry. Colima is the lean alternative. OrbStack is the one everyone's actually using now. Here's the honest breakdown for Mac developers.

SBOMs and Supply Chain Security

SBOMs and Supply Chain Security

A Software Bill of Materials tells you exactly what's in your software. Syft generates one, Grype scans it for CVEs. Together they're your supply chain paper trail.

Falco: Catch Container Attacks at Runtime

Falco: Catch Container Attacks at Runtime

Falco watches every syscall your containers make and screams when something sketchy happens. Like someone exec'ing a shell inside your nginx container at 3am.

Rootless Docker: Run Without Root

Rootless Docker: Run Without Root

Run Docker containers without root privileges, here's the security difference, the install steps, and the gotchas nobody tells you about.

Docker Networking Demystified

Docker Networking Demystified

Docker networking confuses everyone at first. Here's the practical breakdown of bridge, host, overlay, and macvlan, with real Compose examples.

Lazydocker & Dive: Fix Your Docker CLI

Lazydocker & Dive: Fix Your Docker CLI

Learn how lazydocker and dive make Docker manageable from your terminal. TUI dashboards, image layer analysis, CI integration, and optimization tips.

Private Docker Registry with Harbor

Private Docker Registry with Harbor

Stop letting Docker Hub throttle your CI/CD. Run Harbor for RBAC, Trivy scanning, image replication, and a real UI, on infrastructure you control.