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

Can't connect to Selenium server since 3.141.59-p15 #327

@JaZo

Description

@JaZo

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

  • 3.141.59-p15

Docker version

  • Docker version 18.03.1-ce, build 9ee9f40
    N.B. I can't upgrade because it's managed by Shippable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions