Skip to content

Docker image for Node, Chrome, Firefox, and CCI 2.0 support

Notifications You must be signed in to change notification settings

gmathieu/node-browsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

gmathieu/node-browsers

This image includes the latest version of Node LTS and specific versions of Firefox ESR and Chrome (see Dockerfile ARG). It also includes the bare minimum to run on CircleCI 2.0 and common packages used for building/deployment (ex. bash, curl, make).

Testing locally

docker build -t gmathieu/node-browsers .
docker run --interactive --tty --cap-add=SYS_ADMIN --volume /path/to/local/repo:/destination gmathieu/node-browsers /bin/bash

--cap-add=SYS_ADMIN is needed for Chrome to run with sandbox enabled. Alternatively, you can launch Chrome with --no-sandbox.

About

Docker image for Node, Chrome, Firefox, and CCI 2.0 support

Resources

Stars

Watchers

Forks

Packages

No packages published