Ubuntu with nvm + node + npm
100K+
This docker image is the default Ubuntu image with the Node Version Manager (nvm), node and the Node Package Manager.
| Tag | Ubuntu | nvm | node | npm |
|---|---|---|---|---|
0.0.6 (latest) | 18.04 | 0.34.0 | 10.15.3 | 6.4.1 |
0.0.5 | 18.04 | 0.33.11 | 10.9.0 | 6.2.0 |
0.0.4 | 18.04 | 0.33.11 | 10.5.0 | 6.1.0 |
0.0.3 | 16.04 | 0.33.8 | 8.11.1 | 5.6.0 |
0.0.2 | 14.04.5 | 0.33.2 | 5.8.0 | 3.7.3 |
0.0.1 | 14.04.5 | 0.33.2 | 5.8.0 | 3.7.3 |
Add to your Dockerfile
FROM boldt/base-ubuntu-nvm-node-npm
(For own documentation)
# Build
docker build -t boldt/base-ubuntu-nvm-node-npm
# Detect versions
docker run --rm -it boldt/base-ubuntu-nvm-node-npm /bin/bash
node --version
npm --version
nvm --version
Automatic build by Docker Hub, then:
docker pull boldt/base-ubuntu-nvm-node-npm
docker tag boldt/base-ubuntu-nvm-node-npm:latest boldt/base-ubuntu-nvm-node-npm:0.0.6
docker push boldt/base-ubuntu-nvm-node-npm:0.0.6
docker push boldt/base-ubuntu-nvm-node-npm:latest
Content type
Image
Digest
Size
54.5 MB
Last updated
over 7 years ago
docker pull boldt/base-ubuntu-nvm-node-npm