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
Content type
Image
Digest
Size
242.6 MB
Last updated
over 10 years ago
docker pull pp2l/node-runner