Lightweight Node.js demo app
509
A simple Node.js demo application packaged as a Docker image.
This image is useful for learning Docker basics, testing container setup, and running a Node.js app quickly.
Pull the image:
docker pull livinace28/node-hello-world:latest
Run the container:
docker run -p 3000:80 --name node-hello livinace28/node-hello-world:latest
Open your browser:
http://localhost:3000
Content type
Image
Digest
sha256:36cb3f960…
Size
382.1 MB
Last updated
8 months ago
docker pull livinace28/node-hello-world