Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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