Skip to content

carlosmagnorosa/dockerhelloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Hello World Docker Image with NodeJS

Running without docker

npm install
npm start

Running with docker

Build the docker image

docker build -t test/test:1.0 .

Run the docker container mapping a local port on your machine (4000) to the container exposed port (4000)

docker run -p 4000:4000 test/test:1.0

About

A simple Hello World Docker Image with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published