mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
1.1 KiB
1.1 KiB
title, linkTitle, description, keywords, summary, toc_min, toc_max, aliases, languages, levels, params
| title | linkTitle | description | keywords | summary | toc_min | toc_max | aliases | languages | levels | params | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Node.js language-specific guide | Node.js | Containerize and develop Node.js apps using Docker | getting started, node, node.js | This guide explains how to containerize Node.js applications using Docker, covering image building, dependency management, optimizing image size with multi-stage builds, and best practices for deploying Node.js apps efficiently in containers. | 1 | 2 |
|
|
|
|
The Node.js language-specific guide teaches you how to containerize a Node.js application using Docker. In this guide, you’ll learn how to:
- Containerize and run a Node.js application
- Set up a local environment to develop a Node.js application using containers
- Run tests for a Node.js application using containers
- Configure a CI/CD pipeline for a containerized Node.js application using GitHub Actions
- Deploy your containerized Node.js application locally to Kubernetes to test and debug your deployment
Start by containerizing an existing Node.js application.