Sign inSign up

usemtech/nodejs-mocha

By usemtech

Updated over 9 years ago

Image of Node.js & Mocha for automated tests.

Image
0

10K+

usemtech/nodejs-mocha repository overview

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

dockeri.co

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

Base Docker Image
Installation
  1. Install Docker.

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

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

Usage
docker run -it --rm usemtech/nodejs-mocha
Run node
docker run -it --rm usemtech/nodejs-mocha node
Run npm
docker run -it --rm usemtech/nodejs-mocha npm
Run mocha
docker run -it --rm usemtech/nodejs-mocha mocha

Tag summary

Content type

Image

Digest

Size

252.5 MB

Last updated

over 9 years ago

docker pull usemtech/nodejs-mocha