Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 264 Bytes

File metadata and controls

11 lines (9 loc) · 264 Bytes

docker-nodejs

Docker Node JS Tutorial

Usage:

  • Make sure docker is installed & running:
    • Run "boot2docker up"
    • Set the appropriate DOCKER_HOST env var
  • Pull the source down from this repo.
  • From the src/ directory, run "docker build ."