Skip to content

mfrieling/docker-nodejs-bower-grunt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%