Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 450 Bytes

File metadata and controls

15 lines (11 loc) · 450 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