Sign inSign up

livinace28/node-hello-world

By livinace28

Updated 8 months ago

Lightweight Node.js demo app

Image
Languages & frameworks
0

509

livinace28/node-hello-world repository overview

Node Hello World

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.

Usage

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

Tag summary

Content type

Image

Digest

sha256:36cb3f960

Size

382.1 MB

Last updated

8 months ago

docker pull livinace28/node-hello-world