About 309,000 results
Open links in new tab
  1. node - Official Image | Docker Hub

    Node.js applications are written in JavaScript and can be run within the Node.js runtime on Mac OS X, Windows, and Linux without changes. Node.js applications are designed to maximize …

  2. GitHub - nodejs/docker-node: Official Docker Image for Node.js

    The Node.js Docker Image is governed by the Docker Working Group. See GOVERNANCE.md to learn more about the group's structure and CONTRIBUTING.md for guidance about the …

  3. How To Build a Node.js Application with Docker - DigitalOcean

    Oct 30, 2025 · In this comprehensive tutorial, you have learned how to build, containerize, and deploy a Node.js application using modern Docker practices. By following a multi-stage …

  4. How to Use to Docker with Node.js: A Handbook for Developers

    Nov 18, 2025 · In this handbook, you’ll learn what Docker is and why it’s a must-have skill for backend and full-stack developers. And, most importantly, you’ll learn how to use it in real …

  5. Dockerize Your Node.js Application: A Step-by-Step Guide

    Apr 12, 2025 · In this guide, you learned how to set up a simple Node.js application, create a production-ready Dockerfile, optimize it using multi-stage builds, and test the containerized …

  6. How to use Node.js with Docker - Hostinger

    Sep 8, 2025 · Learn how to use Node.js with Docker to build, test, and deploy applications. This guide covers setup, Dockerfile creation, and best practices.

  7. Node.js | Docker Docs

    Learn how to containerize a Node.js application with Docker by creating an optimized, production-ready image using best practices for performance, security, and scalability. Learn how to …

  8. How to Containerize a Node.js Application Using Docker – A …

    Jan 24, 2025 · Docker is an open-source tool that makes it easy to run software in a consistent way, no matter where you are. It does this by putting your application and everything it needs …

  9. How to Install Node.js in a Dockerfile | Baeldung on Ops

    Jul 5, 2024 · In this article, we showed how to install Node.js in a Dockerfile using fnm, a prebuilt binary, Linux package managers, and source code. Of all four options, the source code …

  10. How to Build a Node.js App with Docker - phoenixNAP

    Jan 23, 2025 · Learn through a hands-on example how to build a Node.js application using Docker and how to publish the image to Docker Hub for future use.