Next
A running list of blog post ideas to strengthen underrepresented topics on the
site.
Docker Posts # [1]
Building out Docker/containerization content to match the llms.txt claims.
Existing Foundation # [2]
- docker-deep-dive.md [3] - unpublished notes from 2021
- docker-minecraft-server.md [4] - minecraft in docker
- modded-minecraft-in-docker.md [5] - modded server
setup
- emoji-in-headless-chrome-in-docker.md [6] -
headless chrome fix
Suggested Posts # [7]
- “Why I containerize my entire dev environment” - Philosophy post linking to
the 2026 resolution about working from a distrobox image
- “Docker vs Kubernetes in the homelab [8]: when to use what” - Standalone
comparison post (referenced in right/wrong reasons posts)
- “My devtainer workflow: dotfiles in Docker” - Document the actual devtainer
setup mentioned in llms.txt
- “Migrating from Docker Compose to Kubernetes with kompose” - Experience
from the 6-months-in post, expanded
- Finish docker-deep-dive.md - Turn th...