Image of Node.js & Mocha for automated tests.
10K+
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.
This repository contains a Dockerfile of Node.js w/ Mocha for automated tests published to the public Docker Hub Registry.
Dockerfile linksInstall Docker.
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)
docker run -it --rm usemtech/nodejs-mocha
nodedocker run -it --rm usemtech/nodejs-mocha node
npmdocker run -it --rm usemtech/nodejs-mocha npm
mochadocker run -it --rm usemtech/nodejs-mocha mocha
Content type
Image
Digest
Size
252.5 MB
Last updated
over 9 years ago
docker pull usemtech/nodejs-mocha