A ubuntu based node image that uses nvm to install.
1.1K
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
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 .
Content type
Image
Digest
Size
61.5 MB
Last updated
over 10 years ago
docker pull qlever/node