Sign inSign up

alexisno/nodejs-dev

By alexisno

•Updated almost 11 years ago

A Node.js image with some packages for development environments. Do not use it for production.

Image
0

1.0K

alexisno/nodejs-dev repository overview

⁠Node.js docker image for development environment

A Docker Node.js image with some useful packages for development environments. Do not use it for production.

⁠Configuration

Globally installed npm packages:

  • forever
  • yo (yeoman)
  • bower
  • gulp
  • grunt-cli
  • node-inspector

⁠Common usage

This image should be used as a basic image for any project.

  • Create a Dockerfile based on this image and add your project dependencies.
  • Create you own image with docker build or docker-compose build.

Run your new image with a command similar to this:

docker run -d -p 80:80 -v /path/to/your/project/sources:/var/www/project-name

Tag summary

Content type

Image

Digest

sha256:08709a56a…

Size

224 MB

Last updated

almost 11 years ago

docker pull alexisno/nodejs-dev