Sign inSign up

agiledigital/nvm

By agiledigital

Updated over 4 years ago

Specify any node version and the container will automatically install it using nvm

Image
0

328

agiledigital/nvm repository overview

  • Specify any node version and the container will automatically install it using nvm. For example:
docker run -e NODE_VER='12.14.1' -it nvm bash
  • If no version is specified, will use the current long term support version for node
  • Also installs the latest version of yarn
  • Specify version using an .nvmrc:
docker run -e NODE_VER="$(<.nvmrc)" -it nvm bash

Dockerfile: https://github.com/agiledigital-labs/docker-nvm-runner

Tag summary

Content type

Image

Digest

Size

45.6 MB

Last updated

over 4 years ago

docker pull agiledigital/nvm