Skip to content

bluezd/hello-world

 
 

Repository files navigation

Node.js Hello World Image

Purpose

This image is used to demonstrate a simple Hello World Docker image using Node.js. It serves up a single HTML page.

Usage

Start the container and publish port 3000 to some port on the host.

docker run -d -p 3000:3000 mikarinneoracle/hello-world:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 28.2%
  • HTML 28.1%
  • Dockerfile 22.2%
  • Shell 21.5%