Sign inSign up

izertis/nvm

By izertis

•Updated over 3 years ago

Docker image with NVM preinstalled

Image
0

1.1K

izertis/nvm repository overview

⁠NVM on Docker

Docker image with NVM preinstalled. The aim of this image is execute nvm inside a docker container.

⁠Running examples

For running the image with basic configuration it's necessarky to execute the following command:

docker run -it --rm izertis/nvm:latest bash

⁠Image variants

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>-preinstalled

The variant contains same as base image plus all LTS Node.js versions between 8 and 18 already installed.

⁠izertis/nvm:<version>-v8

The variant contains same as preinstalled image but Node.js v8 is active by default.

Tag summary

Content type

Image

Digest

sha256:78895dc2f…

Size

56.3 MB

Last updated

over 3 years ago

docker pull izertis/nvm