Sign inSign up

pp2l/node-runner

By pp2l

Updated over 10 years ago

A test runner for node apps.

Image
0

2.6K

pp2l/node-runner repository overview

Build the container: docker build -t node-runner .

Run against a local folder of node code: docker run -v $PWD/../my_code_base:/git node-runner

Run locally against a git repo you have access to: docker run -v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa -e "[email protected]:my_code_base" node-runner

Tag summary

Content type

Image

Digest

Size

242.6 MB

Last updated

over 10 years ago

docker pull pp2l/node-runner