Sign inSign up

tinslice/nodejs

By tinslice

Updated almost 7 years ago

Docker image with node js and other useful tools for building and testing web applications.

Image
0

576

tinslice/nodejs repository overview

docker-nodejs

Docker Automated build Docker Build Status Docker Pulls license

Docker image with node js and other useful tools for building and testing web applications.

Available images: latest, 12.13.1-alpine, 10.17.0-alpine, 8.16.2-alpine, 8.16.0-alpine.

Usage

docker run --rm -it -v /path/to/project:/workspace -v <node-modules-volume>:/workspace/node_modules tinslice/nodejs:8.16.0-alpine bash
Automatic login to private npm repositories
docker run --rm -it \
    -e NPM_REGISTRY=<npm-registry> \
    -e NPM_USER=<npm-user> \
    -e NPM_PASS=<npm-pass> \
    -v /path/to/project:/workspace \
    -v <node-modules-volume>:/workspace/node_modules \ 
    tinslice/nodejs:8.16.0-alpine bash

Tag summary

Content type

Image

Digest

Size

46.2 MB

Last updated

almost 7 years ago

docker pull tinslice/nodejs