sergej-brazdeikis / docker-node

Node docker image supporting SSH to private repositories base on Google Debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sjevs/node

This Docker image contains node and npm. It is based on Debian from Google

Features

  • Supports private Git repositories
  • Non-root execution
  • boosted via shared .npm folder - actually just at tip here ;)
  • Minimal size Latest build is 138 MB. Official node - 190 MB
  • Works with node-sass without any problems.
  • Has functional tests

Usage

docker run -it --rm -v $PWD:/src -v $HOME/.ssh:/home/1000/.ssh -v $HOME/.npm:/home/1000/.npm sjevs/node npm install

Story behind it

Blogpost about this repository

About

Node docker image supporting SSH to private repositories base on Google Debian


Languages

Language:Shell 100.0%