Sign inSign up

phoey/docker-selenium-chrome

By phoey

Updated almost 11 years ago

Image
2

10K+

phoey/docker-selenium-chrome repository overview

Docker image for Selenium Server with Chrome (adapted from lzhang/selenium)

Installation
$ sudo docker pull phoey/docker-selenium-chrome
Usage

Run the container:

$ SELENIUM_CONTAINER=$(sudo docker run --privileged -p 4444:4444 -d phoey/docker-selenium-chrome)

Selenium server will be available on the host machine at port 4444. Web tests will run via headless chrome.

The privileged option is needed so that chrome can run (see https://github.com/dotcloud/docker/issues/1079).

Shutting down the container:

$ sudo docker kill $SELENIUM_CONTAINER

Tag summary

Content type

Image

Digest

sha256:7c0e63ab4

Size

430.5 MB

Last updated

almost 11 years ago

docker pull phoey/docker-selenium-chrome