https://github.com/byjg/docker-node-multi-version
Docker Image hosting multiple node versions
https://github.com/byjg/docker-node-multi-version
Last synced: 8 months ago
JSON representation
Docker Image hosting multiple node versions
- Host: GitHub
- URL: https://github.com/byjg/docker-node-multi-version
- Owner: byjg
- Created: 2018-05-24T20:20:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T20:04:43.000Z (over 6 years ago)
- Last Synced: 2025-01-01T17:11:13.590Z (9 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Multi Version Docker Image
This image provide different node versions.
The versions available are:
- 4.9.1 (LTS: Argon)
- 5.12.0
- 6.16.0 (LTS: Boron)
- 7.10.1
- 8.15.0 (LTS: Carbon)
- 9.11.2
- 10.15.0 (LTS: Dubnium)
- 11.6.0# Running
Just set the environment variable "NODE_VERSION" with the desired major node version to use:
```
docker run -it --rm -e NODE_VERSION=10 byjg/node-multi-version:latest bash
```