Sign inSign up

nandogameiro/node-git

By nandogameiro

Updated about 7 years ago

Node image with git installed

Image
0

203

nandogameiro/node-git repository overview

NODE - LTS ALPINE + GIT

This is a image to quickly run NODE (npm) through CI/CD pipelines without having to install NODE on the server. This image has git built in.

Usage

The commands below will mount your current directory onto the container to run the commands:

docker run --rm --volume $PWD:/app nandogameiro/node-git:latest node index.js

docker run --rm --volume $PWD:/app nandogameiro/node-git:latest npm install

Tag summary

Content type

Image

Digest

Size

35.7 MB

Last updated

about 7 years ago

docker pull nandogameiro/node-git