This repository contains a Dockerfile of Node.js w/ Bower & Grunt for automated builds published to the public Docker Hub Registry.
0.8
0.8-onbuild
0.10
0.10-onbuild
0.12
0.12-onbuild
4
4-onbuild
5
5-onbuild
6
6-onbuild
latest
onbuild
-
Install Docker.
-
Download an automated build from public the Docker Hub Registry:
docker pull digitallyseamless/nodejs-bower-grunt
(alternatively, you can build an image directly from this repository:
docker build -t="digitallyseamless/nodejs-bower-grunt" github.com/digitallyseamless/docker-nodejs-bower-grunt
)
docker run -it --rm digitallyseamless/nodejs-bower-grunt
docker run -it --rm digitallyseamless/nodejs-bower-grunt node
docker run -it --rm digitallyseamless/nodejs-bower-grunt npm
docker run -it --rm digitallyseamless/nodejs-bower-grunt bower
docker run -it --rm digitallyseamless/nodejs-bower-grunt grunt