Dev tools for nodejs developer (Node, bower, grunt, gulp and npm)
1.3K
It can run with UID of current user in your machine to avoid permission issue, default UID is 1000, not root user
Example:docker run -it -e LOCAL_USER_ID=id -u $USER ngtrieuvi92/nodejs-devtools
This repository contains a Dockerfile of Node.js w/ Bower & Grunt for automated builds published to the public Docker Hub Registry.
Dockerfile linksInstall Docker.
Download an automated build from public the Docker Hub Registry: docker pull ngtrieuvi92/nodejs-devtools
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools
nodedocker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools node
npmdocker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools npm
bowerdocker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools bower
gruntdocker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools grunt
gulpdocker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools gulp
Content type
Image
Digest
Size
278.6 MB
Last updated
almost 8 years ago
docker pull ngtrieuvi92/nodejs-devtools