Specify any node version and the container will automatically install it using nvm
328
docker run -e NODE_VER='12.14.1' -it nvm bash
.nvmrc:docker run -e NODE_VER="$(<.nvmrc)" -it nvm bash
Dockerfile: https://github.com/agiledigital-labs/docker-nvm-runner
Content type
Image
Digest
Size
45.6 MB
Last updated
over 4 years ago
docker pull agiledigital/nvm