Sign inSign up

ngtrieuvi92/nodejs-devtools

By ngtrieuvi92

Updated almost 8 years ago

Dev tools for nodejs developer (Node, bower, grunt, gulp and npm)

Image
2

1.3K

ngtrieuvi92/nodejs-devtools repository overview

Node.js w/ Bower, Grunt & Gulp

This Docker image has been setup to avoid permission issues when using Docker Volumes, implement from this tutorial HANDLING PERMISSIONS WITH DOCKER VOLUMES

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.

Base Docker Image
Installation
  1. Install Docker.

  2. Download an automated build from public the Docker Hub Registry: docker pull ngtrieuvi92/nodejs-devtools

Usage
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools
Run node
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools node
Run npm
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools npm
Run bower
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools bower
Run grunt
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools grunt
Run gulp
docker run -it -e LOCAL_USER_ID=`id -u $USER` --rm ngtrieuvi92/nodejs-devtools gulp

Tag summary

Content type

Image

Digest

Size

278.6 MB

Last updated

almost 8 years ago

docker pull ngtrieuvi92/nodejs-devtools