8000 GitHub - Usemtech/docker-nodejs-grunt: Docker image with Node.js & Grunt for automated builds and tests.
[go: up one dir, main page]

Skip to content

Usemtech/docker-nodejs-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Important note:

All the credit goes to DigitallySeamless. You can think of this repos as copy/past/replace with small adjustments of the wonderful repos docker-nodejs-bower-grunt.

Docker with Node.js & Grunt

dockeri.co

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

Base Docker Image

Supported tags and respective Dockerfile links

Installation

  1. Install Docker.

  2. Download an automated builds and tests from public the Docker Hub Registry: docker pull usemtech/nodejs-grunt

    (alternatively, you can build an image directly from this repository: docker build -t="usemtech/nodejs-grunt" github.com/usemtech/nodejs-grunt)

Usage

docker run -it --rm usemtech/nodejs-grunt

Run node

docker run -it --rm usemtech/nodejs-grunt node

Run npm

docker run -it --rm usemtech/nodejs-grunt npm

Run grunt

docker run -it --rm usemtech/nodejs-grunt grunt

About

Docker image with Node.js & Grunt for automated builds and tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0