Selenium server with Chrome and Firefox support.
3.5K
Includes
You can build the image by either building from GitHub or cloning the repository.
To build from GitHub:
docker build -t "robcherry/docker-selenium:latest" github.com/robcherry/docker-selenium
If you choose to clone the repository locally, cd in to the repository's root directory and run:
docker build -t "robcherry/docker-selenium:local" .
You can also pull the final built image from docker:
docker pull -t "robcherry/docker-selenium:latest" robcherry/docker-selenium
The most basic usage is to run the container and expose the Selenium and VNC ports on all interfaces.
docker run --name selenium -P -d robcherry/docker-selenium:latest
If you want to restrict the ports to your local environment, you can do so using -p.
docker run --name selenium -p 127.0.0.1::4444 -p 127.0.0.1::5900 robcherry/docker-selenium:latest
Content type
Image
Digest
sha256:554f3e1a2…
Size
452.7 MB
Last updated
over 8 years ago
docker pull robcherry/docker-selenium