Sign inSign up

amirsonb/node-headless-browsers

By amirsonb

Updated about 7 years ago

This docker image is for testing NodeJS app using headless browsers.

Image
0

222

amirsonb/node-headless-browsers repository overview

Node Headless Browers

This docker image is for testing NodeJS app using headless browsers. This is a fork of atlassian/docker-node-jdk-chrome-firefoxe

Apps installed

  • SCM tools
  • Java 11
  • Node 10.6.3 LTD
  • npm latest
  • Google Chrome latest
  • Firefox ESR latest
  • Bzip2 (for PhantomJS install)
  • Zip

How to build the image

docker build -t node-headless-browsers .

then use docker images to find the image ID.

With docker run -it <IMAGE_ID> you can test if your changes are the desired ones.

Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/node-headless-browsers:latest

and finally publish it: docker push <YOUR-USER>/node-headless-browsers

Tag summary

Content type

Image

Digest

Size

432 MB

Last updated

about 7 years ago

docker pull amirsonb/node-headless-browsers