Sign inSign up

anilornd/node

By anilornd

Updated about 10 years ago

Deploy node.js app from a git repository after docker run.

Image
1

10K+

anilornd/node repository overview

Deploy node.js app from a git repository after docker run.

Environment Variables

GIT_REPOSITORY: git repository url INDEX_FILE: node index.js file

Example

docker run -tid --restart=always
-e GIT_REPOSITORY=https://[email protected]/bencooling/node-hello-world.git
-e INDEX_FILE=server.js
-p 19080:5000
--name mynode
anilornd/node

Tag summary

Content type

Image

Digest

Size

17.4 MB

Last updated

about 10 years ago

docker pull anilornd/node