Sign inSign up

qlever/node

By qlever

Updated over 10 years ago

A ubuntu based node image that uses nvm to install.

Image
0

1.1K

qlever/node repository overview

Base Node Image

By default the latest stable node is installed during docker build and is available to the system without needing to source nvm.sh.

The build script uses nvm install node. nvm is installed at /usr/local/nvm. A link to node and npm is made in /usr/local/bin.

If you need nvm you must either start a login shell or do:

# . /usr/local/nvm/.nvm_profile

Change default node version

Set the node build arg to a version string that nvm install accepts. For example:

$ docker build -t qlever/node:6.1 --build-arg node=v6.1 .

Tag summary

Content type

Image

Digest

Size

61.5 MB

Last updated

over 10 years ago

docker pull qlever/node