Node.js tools for development including npm, gulp and bower.
1.9K
Node.js tools for development
docker run --rm -v /path/to/project:/mnt node-tools
For example:
docker run --rm -v /path/to/project:/mnt node-tools hello-world.js
docker run --rm -v /path/to/project:/mnt node-tools npm
For example:
docker run --rm -v /path/to/project:/mnt node-tools npm install
docker run --rm -v /path/to/project:/mnt node-tools gulp
For example:
docker run --rm -v /path/to/project:/mnt node-tools gulp watch
Yes, git is installed for npm but can still be used just like the rest.
docker run --rm -v /path/to/project:/mnt node-tools git
For simplicity , and to be able to use the tools normally, this repository contains binaries you can copy in /usr/local/bin (or anythwere in your $PATH).
make copy_bins
make build
Content type
Image
Digest
Size
286.4 MB
Last updated
over 8 years ago
docker pull jestefane/node-tools