Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 522 Bytes

File metadata and controls

17 lines (12 loc) · 522 Bytes

docker-selenium-firefox-chrome-beta

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

Also see this awesome image: https://github.com/elgalu/docker-selenium