Centos7, node and bower. Prepared for MEAN Stack developer
436
Host in Centos7, node-v7.5.0 and bower Centos7, node-v7.5.0 https://github.com/luxknight007/docker-node-bower/tree/node-v7.5.0 Includes in this image the node, npm, bower, gulp and grunt
Host in Centos7, node-v6.9.4 and bower Centos7, node-v6.9.4 https://github.com/luxknight007/docker-node-bower/tree/master
Command docker run -it --rm --name node -v "$PWD":/usr/src/app -w /usr/src/app luxknight007/node:latest
In case it requires root user docker run -it --rm --name node -u root -v "$PWD":/usr/src/app -w /usr/src/app luxknight007/node:latest
Content type
Image
Digest
Size
199.6 MB
Last updated
over 9 years ago
docker pull luxknight007/node