This repo contains a base image for running NodeJS based projects in Docker.
This image can be found in the repository at:
totem/nodejs-base
The following tags are available for this image:
- 0.10.x
- 0.8.x
To build this image, simply run docker build -t totem/nodejs-base:<version> .
from the root of this repository.