Posts tagged with #Docker

Docker on macOS Ignoring /etc/resolver/*

I ran across a weird issue recently.  I run macOS Sonoma (14.0 Public Beta 2) and use Colima as my Docker engine.  Since I manage a few different environments, I place my variou...

Speed Up Colima on an M1/M2 Mac

Colima is an absolutely fantastic drop-in replacement for Docker Desktop on macOS and Linux devices.  When I had switched from an Intel Mac to an M1 Mac, I noticed that Colima h...

Bypassing Caddy2 Auth With Custom Header

The use case behind this revolves around my homelab.  I have several services running behind Caddy2 which require authentication via Google OAuth.  This is an easy way to protect your ser...

K8s: Create PVs without nodeAffinity

If you're looking to create persistent volumes in Kubernetes without setting nodeAffinity, setup your PV config like this: --- apiVersion: v1 kind: PersistentVolume metadata: name: label...

← Browse all tags