Sign inSign up

andrefernandes/docker-node

By andrefernandes

Updated almost 11 years ago

Image
0

172

andrefernandes/docker-node repository overview

docker-node

Base CentOS 7 + NodeJS

This is a plain CentOS-based image for NodeJS development.

Useful scripts
  • build.sh : builds the image locally (docker build)
  • runbash.sh : convenient way to run commands on a new container (fast-food, auto-destroy) or even to just open a bash shell to play.
Some nice tests:

Open bash:

./runbash.sh
bash-4.2# echo Wheeee

Show npm version:

./runbash.sh npm -v
1.4.23

Tag summary

Content type

Image

Digest

sha256:d07cf38b7

Size

384.9 MB

Last updated

almost 11 years ago

docker pull andrefernandes/docker-node