While this project is fully functional, the dependencies are no longer up to date. You are still welcome to explore, learn, and use the code provided here.
Modus is dedicated to supporting the community with innovative ideas, best-practice patterns, and inspiring open source solutions. Check out the latest Modus Labs projects.
A Dockerfile starting a selenium standalone server with Chrome and Firefox beta.
It exposes:
- selenium standalone server running on
localhost:4444 - vnc server running on
localhost:5999, password:secret
Running:
docker pull vvoyer/docker-selenium-firefox-chrome
docker run --privileged -p 4444:4444 -p 5999:5999 -d vvoyer/docker-selenium-firefox-chrome