BisnodeInformatics/docker-node-app

Name: docker-node-app

Owner: Bisnode Informatics Deutschland

Description: docker image for node applications

Created: 2015-03-12 13:21:03.0

Updated: 2015-06-24 08:11:30.0

Pushed: 2015-07-08 09:09:04.0

Homepage: null

Size: 164

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker image for node applications

Bisnode internal image name: bisnode/node-app

how to build

eckout locally
t clone git@github.com:BisnodeInformatics/docker-node-app.git

 docker-node-app

ild docker image from local source
cker build -t bisnode/node-app .

or

ild docker image directly from github
cker build -t bisnode/node-app github.com/BisnodeInformatics/docker-node-app.git

functionality

run node application via forever, default startup of `server.js`

volumes
`/opt/yukon/node`

folder containing application (distribution actually), including `package.json`

how to run

run as daemon (assuming internal port 9000):

ocker run -d -v /local/path/to/application:/opt/yukon/node -p 9000:9000 bisnode/node-app

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.