Sign inSign up

digitallyseamless/nodejs-bower-grunt

By digitallyseamless

Updated over 8 years ago

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

Image
48

500K+

digitallyseamless/nodejs-bower-grunt repository overview

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
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

Tag summary

Content type

Image

Digest

sha256:977d04774

Size

263.2 MB

Last updated

over 8 years ago

docker pull digitallyseamless/nodejs-bower-grunt