To ensure that the containers and configurations are able to be supported by Red Hat, these Dockerfiles and templates use RHEL as the base container image. The work on this project borrows heavily from the SeleniumHQ Docker Repository.
git clone https://github.com/rht-labs/openshift-selenium.git
cd openshift-selenium
./build-all.sh
oc login -u <username> <openshift_console_url>
oc new-project selenium-grid
./build-all-openshift.sh