🌐
Docker
hub.docker.com › _ › node
node - Official Image | Docker Hub
3 days ago - Using this image as a base, add the things you need in your own Dockerfile (see the alpine image description⁠ for examples of how to install packages if you are unfamiliar). This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run node.
Explore
Search Docker Hub · K · Help · Back · System theme · Sign inSign up · Back · Back · Images · Extensions · Helm Charts · Compose · AI Models · Show more · Docker Hardened Image · Docker Official Image · Verified Publisher · Sponsored OSS · Networking ·
Docker Hub Container Image Library
Welcome to the world's largest container registry built for developers and open source contributors to find, use, and share their container images. Build, push and pull.
Contact support
Gordon reviews Docker documentation to provide instant solutions. If you need additional support, submit a ticket to the Support team · This site is protected by hCaptcha and the hCaptcha Privacy Policy⁠ and Terms of Service⁠ apply
Official Images
Node.js is a JavaScript-based platform for server-side and networking applications.
🌐
Docker
hub.docker.com › search
Explore Docker's Container Image Repository | Docker Hub
Docker environment with node 16 for Laravel/Symfony (based on official node docker hub repository).
🌐
Docker Hub
hub.docker.com
Docker Hub Container Image Library | App Containerization
Welcome to the world's largest container registry built for developers and open source contributors to find, use, and share their container images. Build, push and pull.
🌐
GitHub
github.com › nodejs › docker-node
GitHub - nodejs/docker-node: Official Docker Image for Node.js :turtle: · GitHub
March 14, 2026 - This repo automatically triggers a process to build new node images when Node.js releases become available. The build processes can take several hours to complete. Images may initially appear on Docker Hub with incomplete or missing OS/ARCH listings as the build process first publishes a tag and then backfills each architecture when ready.
Starred by 8.5K users
Forked by 2K users
Languages   Dockerfile 79.4% | Shell 14.3% | JavaScript 6.3%
🌐
Docker Hub
hub.docker.com › r › kindest › node
kindest/node - Docker Image
Source code is at: https://github.com/kubernetes-sigs/kind⁠ (specifically pkg/build/nodeimage⁠) Our Contributing Guide is at: kind.sigs.k8s.io/docs/contributing/getting-started/⁠ ... Requires Docker Desktop 4.37.1 or later.
Find elsewhere
🌐
Docker Hub
hub.docker.com › hardened-images › catalog › dhi › node
Hardened Images catalog | Node.js | Docker Hub
January 27, 2026 - These images are published with near-zero known CVEs, include signed provenance, and come with a complete Software Bill of Materials (SBOM) and VEX metadata. They're designed to secure your software supply chain while fitting seamlessly into existing Docker workflows. Node.js®, and the Node.js® logo are registered trademarks of the OpenJS Foundation.
🌐
GitHub
github.com › nodejs › help › issues › 4531
Where can I find the latest official Node.js Docker images other than Docker Hub? · Issue #4531 · nodejs/help
January 14, 2025 - Description I’ve been searching for the latest official Node.js Docker images, but I noticed that on Red Hat, I could only find images up to the LTS version. I’m specifically looking for the latest version (v23) and the Docker images tha...
Author   aryamohanan
🌐
Snyk
snyk.io › blog › choosing-the-best-node-js-docker-image
Choosing the best Node.js Docker image | Snyk
September 30, 2022 - If you browse the available tags on Node.js Docker Hub repository, you’ll find several options for alternative Node.js image tags, including node:buster, node:bullseye, and node:bookworm.
🌐
Docker Hub
hub.docker.com › r › ubuntu › node
ubuntu/node - Docker Image
Current Nodejs Docker Image from Canonical⁠, based on Ubuntu. Receives security updates and rolls to newer Nodejs or Ubuntu release.
🌐
Docker Hub
hub.docker.com › r › arm64v8 › node
arm64v8/node - Docker Image
Note: this is the "per-architecture" repository for the arm64v8 builds of the node official image⁠ -- for more information, see "Architectures other than amd64?" in the official images documentation⁠ and "An image's source changed in Git, now what?" in the official images FAQ⁠. ... Where to get help: the Docker Community Slack⁠, Server Fault⁠, Unix & Linux⁠, or Stack Overflow⁠
🌐
Docker
hub.docker.com › r › bitnami › node
bitnami/node - Docker Image
The default work directory for the Node.js image is /app. You can mount a folder from your host here that includes your Node.js script, and run it normally using the node command. docker run -it --name node -v /path/to/app:/app bitnami/node \ node script.js Copy