Files
docker-docs/content/language/nodejs/_index.md
Craig Osterhout 2055f855da get-started: refresh node language guide (#18033)
* refresh node language guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-09-11 13:46:43 -07:00

820 B
Raw Blame History

description, keywords, title, toc_min, toc_max
description keywords title toc_min toc_max
Containerize and develop Node.js apps using Docker getting started, node, node.js Node.js language-specific guide 1 2

The Node.js language-specific guide teaches you how to containerize a Node.js application using Docker. In this guide, youll 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.

{{< button text="Containerize a Node.js app" url="containerize.md" >}}