Sign inSign up

gnomeontherun/docker-node-chrome-headless

By gnomeontherun

Updated about 9 years ago

Docker image for chrome headless and nodejs.

Image
2

100K+

gnomeontherun/docker-node-chrome-headless repository overview

Run Node and Chrome Headless in a container

This repo contains the Dockerfile for running Node 6 and Headless Chrome in a docker container. It is designed to mount the test application as a volume and run the test command for your project.

Replace npm test with whatever command is used to run your tests.

docker run -i --privileged -v `pwd`:`pwd` -w `pwd` gnomeontherun/docker-node-chrome-headless npm test

Tag summary

Content type

Image

Digest

Size

349.2 MB

Last updated

about 9 years ago

docker pull gnomeontherun/docker-node-chrome-headless