Debian Jessie based image with Node, Grunt and Bower installed.
3.7K
Dockerfile linksIn one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it through a Gruntfile, a task runner can do most of that mundane work for you—and your team—with basically zero effort.
The Grunt ecosystem is huge and it's growing every day. With literally hundreds of plugins to choose from, you can use Grunt to automate just about anything with a minimum of effort. If someone hasn't already built what you need, authoring and publishing your own Grunt plugin to npm is a breeze. See how to get started.
The most straightforward way to use this image is to run the following (considering that $PWD directory contains a validhttp://gruntjs.com/getting-started#the-gruntfile
docker run -it --rm --name grunt-task -v $PWD:/data grunt
docker run -it --rm --name grunt-task -v $PWD:/data bower install
docker run -it --rm --name grunt-task -v $PWD:/data grunt
View license information for the software contained in this image:
This image is officially supported on Docker version 1.7.0.
If you have any problems with or questions about this image, please contact me through a GitHub issue.
Content type
Image
Digest
sha256:2d67a26ef…
Size
121.6 MB
Last updated
over 9 years ago
docker pull andreptb/grunt