nvm docker image with a Node.js installed any versions.
7.4K
This repository support 0.33.11 version nvm with any versions of a Node.js installed.
Supported versions of Node.js are between v0.10.0 to v11.1.0.
If you want to check this repository supported versions more, you can check it with below command.
curl -s https://registry.hub.docker.com/v1/repositories/morosawamikihito/nvm/tags | jq .[].name
When you build with the onbuild image, write FROM morosawamikihito/nvm:onbuild in Dockerfile and execute below command.
docker build -t node-v6.0.0 --build-arg NODE_VERSION='v6.0.0' .
When you use the image that any versions of Node.js installed, execute below command.
docker pull morosawamikihito/nvm:node-v0.10.30
If you have any problems, please tell me through a GitHub issue.
Content type
Image
Digest
Size
89.5 MB
Last updated
almost 8 years ago
docker pull morosawamikihito/nvm:node-v11.1.0