You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Hi,
I'm using the latest selenoid, however recently I'm getting:
2024/05/15 10:10:53 [-] [NEW_REQUEST] [unknown] [192.168.100.68]
2024/05/15 10:10:53 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.100.68]
2024/05/15 10:10:53 [7] [LOCATING_SERVICE] [chrome] []
2024/05/15 10:10:53 [-] [DEFAULT_VERSION] [Using default version: latest]
2024/05/15 10:10:53 [7] [USING_DOCKER] [chrome] [latest]
2024/05/15 10:10:53 [7] [CREATING_CONTAINER] [selenoid/chrome]
2024/05/15 10:10:53 [7] [SERVICE_STARTUP_FAILED] [create container: Error response from daemon: {"message":"client version 1.12 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version"}]
in the logs which probably indicates that the selenoid linked docker client library is to old for my local docker?
dpkg --list |grep -i docker
ii docker-buildx-plugin 0.14.0-1~debian.12~bookworm amd64 Docker Buildx cli plugin.
ii docker-ce 5:26.1.2-1~debian.12~bookworm amd64 Docker: the open-source application container engine
ii docker-ce-cli 5:26.1.2-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
ii docker-compose 1.29.2-6 all define and run multi-container Docker applications with YAML
ii python3-compose 1.29.2-6 all Python implementation of docker-compose file specification
ii python3-docker 6.1.3-0.1 all Python 3 wrapper to access docker.io's control socket
ii python3-dockerpty 0.4.1-5 all Pseudo-tty handler for docker Python client (Python 3.x)
docker --version
Docker version 26.1.2, build 211e74b
is my system.
Can you please confirm whether 1.12 is the library version inside selenoid? since I didn't find anything else with that version.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the latest selenoid, however recently I'm getting:
in the logs which probably indicates that the selenoid linked docker client library is to old for my local docker?
is my system.
Can you please confirm whether
1.12
is the library version inside selenoid? since I didn't find anything else with that version.The text was updated successfully, but these errors were encountered: