Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvo/docker-selenium-firefox-chrome-beta
A Dockerfile starting a selenium standalone server with Chrome and Firefox beta
https://github.com/vvo/docker-selenium-firefox-chrome-beta
Last synced: 19 days ago
JSON representation
A Dockerfile starting a selenium standalone server with Chrome and Firefox beta
- Host: GitHub
- URL: https://github.com/vvo/docker-selenium-firefox-chrome-beta
- Owner: vvo
- License: mit
- Created: 2013-12-15T18:23:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T13:39:13.000Z (over 8 years ago)
- Last Synced: 2024-10-18T15:12:25.345Z (23 days ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 68
- Watchers: 3
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
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:
```shell
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