Closed IlyaMaliauka closed 1 year ago
UPD: Just realized that the problem is in Docker version. It works fine on 20.10.17, but doesn't work on 23.0.1 (latest ver.). Can the latest selenoid versions be incompatible with the latest Docker version?
@IlyaMaliauka if you think that this is Docker version related stuff, then take a look at latest release: https://github.com/aerokube/selenoid/releases/tag/1.10.10
@IlyaMaliauka if you think that this is Docker version related stuff, then take a look at latest release: https://github.com/aerokube/selenoid/releases/tag/1.10.10
Btw configuration manager output is: Did not manage to determine your Docker API version - using default version: 1.41 However, obviously Docker v.23.0.1 uses Docker API 1.42.
@vania-pooh I've tried using: docker run -e DOCKER_API_VERSION=1.42 -d --name selenoid -p 4444:4444 -v /etc/selenoid:/etc/selenoid:ro -v /var/run/docker.sock:/var/run/docker.sock aerokube/selenoid:latest-release - no luck, cm still states that my Docker API version is 1.41
Any reason behind that?
@IlyaMaliauka need to update Docker client in CM too.
Hi team,
For some reason, for several days I'm not able to create neither automated nor manual selenoid sessions. When I try to create session manually by pressing "create session" on selenod-ui, nothing happens, even though SSE and Selenoid indicators are green.
When I try to launch session automatically, the output of build context is the following:
I get the following error when trying to connect
I'm sure that all the settings are correst as I have other Linux VM on Ubuntu 18.04 and it's working fine.
Selenoid version: 1.10.0 Docker API version: 1.41 Ubuntu version: 20.04 Java version: 11.0.16
Already tried reinstalling docker/Configuration Manager/selenoid/selenoid-ui - no luck
Are there any suggestions?