mirror of
https://github.com/docker/docs.git
synced 2026-04-04 10:18:57 +07:00
## Description Adds a **Next.js language-specific guide** under `content/guides/nextjs/`: - **_index.md** — Overview, prerequisites, what you’ll learn - **containerize.md** — `docker init`, multi-stage Dockerfile, standalone/export, production image - **develop.md** — Compose dev/prod setup, Compose Watch, hot reload - **run-tests.md** — Vitest/Jest and ESLint in containers - **configure-github-actions.md** — CI/CD with GitHub Actions → Docker Hub - **deploy.md** — Deploy to local Kubernetes (Docker Desktop) Uses sample app: [kristiyan-velkov/docker-nextjs-sample](https://github.com/kristiyan-velkov/docker-nextjs-sample). ## Related issues or tickets _None_ ## Reviews - [x ] Technical review - [x] Editorial review - [ ] Product review --------- Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>