Files
docker-docs/content/guides/nextjs
Kristiyan Velkov ffcbd750c3 [feat] added next.js documentation -sample guide based on the next.js documentation (#24402)
## 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>
2026-03-31 08:54:40 +02:00
..