mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
This PR introduces a comprehensive, language-specific guide for containerizing Node.js applications using Docker, aimed at helping developers streamline development, testing, and deployment workflows. It includes hands-on steps and real-world examples to configure CI/CD pipelines using GitHub Actions, following modern DevOps best practices. **What’s Included** - Step-by-step instructions to containerize Node.js applications using Docker. - Configuration for a local development environment inside containers with automatic reloads. - Guidance on running unit and integration tests within Docker containers. - Full CI/CD pipeline setup using GitHub Actions for automated builds, tests, and deployments. - Deployment instructions for a local Kubernetes cluster to validate production readiness. **Credits** [Kristiyan Velkov](https://www.linkedin.com/in/kristiyanvelkov/), Docker Captain. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [x] Technical review - [x] Editorial review - [ ] Product review