Skip to content

yoanisgil/docker-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-nodejs

A compilation of NodeJS builds for various Operating Systems.

Howto

  • Clone this repository
  • Pull a NodeJS docker image:
    • docker pull yoanisgil/nodejs:centos6.6-0.12
  • Launch the demo application:
    • docker run -it --rm --name my-running-script -v "$PWD":/tmp -w /tmp -p 8000:8000 yoanisgil/nodejs:centos6.6-0.12 node apps.js
  • Visit your browser at http://localhost:8000 (Note if you're running Docker on OSX you need to get the IP address by running "boot2docker ip")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published