Skip to content

Simple container with Node.JS service that returns "Hello World!"

Notifications You must be signed in to change notification settings

Roydemilde/docker-nodejs-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker: qorbani/nodejs-hello-world

Simple Node.JS service that returns "Hello World!".

How to run it

docker run -d -p 80:80 -e PORT=80 --name=hello-world qorbani/nodejs-hello-world
docker run -ti --link hello-world:hello-world qorbani/curl curl http://hello-world/

How to build it

# To build
make clean build

# To Run
make clean run

# To push
make push

About

Simple container with Node.JS service that returns "Hello World!"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 47.1%
  • JavaScript 41.1%
  • Dockerfile 11.8%