This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Description
Since tag 3.141.59-p15 I can't connect to the Selenium server and get errors like the following:
The Selenium Server is not active on host selenium at port 24444
When using tag 3.141.59-p14 everything is fine.
Docker commands
docker network create -d bridge --subnet 172.25.0.0/16 selenium_network
docker run -d -p 4444:24444 -p 5900:25900 -e TZ="CET" --shm-size=1g --network=selenium_network --ip=172.25.3.3 -itd --name=selenium elgalu/selenium
docker exec selenium wait_all_done 120s
Operating System
Image version
Docker version
- Docker version 18.03.1-ce, build 9ee9f40
N.B. I can't upgrade because it's managed by Shippable