/docker-nodejs-bower-grunt

Node.js w/ Bower & Grunt Dockerfile for trusted automated Docker builds.

Primary LanguageDockerfileMIT LicenseMIT

Node.js w/ Bower & Grunt

dockeri.co

This repository contains a Dockerfile of Node.js w/ Bower & Grunt for automated builds published to the public Docker Hub Registry.

Base Docker Image

Supported tags and respective Dockerfile links

Installation

  1. Install Docker.

  2. 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)

Usage

docker run -it --rm digitallyseamless/nodejs-bower-grunt

Run node

docker run -it --rm digitallyseamless/nodejs-bower-grunt node

Run npm

docker run -it --rm digitallyseamless/nodejs-bower-grunt npm

Run bower

docker run -it --rm digitallyseamless/nodejs-bower-grunt bower

Run grunt

docker run -it --rm digitallyseamless/nodejs-bower-grunt grunt