docker image based on slim ubuntu with nvm, node, npm, nrm, yarn for FE work.
484
docker image based on slim ubuntu with nvm, [email protected], npm, nrm for FE work.
please notice your network, if there is a bad network, you can build youself by the methods below.
docker pull pomelott/nvm-node:latest
pull the source code from github : https://github.com/pomelott/docker-nvm-node,and welcome to start on github to encourage.
docker build -t nvm-node:local-v1 --no-cache --network=host .
docker run -it pomelott/nvm-node /bin/bash
nvm lsnvm install <version>nvm use <version>nrm lsnrm use taobaoContent type
Image
Digest
Size
101.5 MB
Last updated
about 6 years ago
docker pull pomelott/nvm-node