~/codex/docker
docker notes
// containerization, orchestration, networking
general
docker↗
docker compose errors and fixes
every annoying docker compose error i've hit, why it happened, and how to fix it
docker↗
docker fundamentals
core concepts, cli, dockerfiles, and compose — everything from scratch
docker↗
multistage docker build for go/next.js
setting up production docker with multistage builds for the go/next.js turborepo, mistakes included
docker↗
docker local dev setup
dockerizing a turborepo monorepo for local development with hot reload — go/gin + next.js + postgres
docker↗
Local Postgres with Docker
spin up, connect, migrate
docker↗
multi-stage builds
separate build env from runtime env — smaller images, cleaner containers, production-ready setup