Docker image with NVM preinstalled. The aim of this image is execute nvm inside a docker container.
For running the image with basic configuration it's necessarky to execute the following command:
docker run -it --rm izertis/nvm:latest bash
The images come in many flavors
izertis/nvm:<version>The variant contains de base image without any specific node version installed yet.
izertis/nvm:<version>-preinstalledThe variant contains same as base image plus all LTS Node.js versions between 8 and 18 already installed.
izertis/nvm:<version>-v8The variant contains same as preinstalled image but Node.js v8 is active by default.
Content type
Image
Digest
sha256:78895dc2f…
Size
56.3 MB
Last updated
over 3 years ago
docker pull izertis/nvm