Answer the question
In order to leave comments, you need to log in
Can't run selenoid?
I installed wsl2 and curl and then downloaded docker via command in wsl2:
curl -fsSL https://get.docker.com | sudo bash -s
downloaded selenioid from official page, started docker deamon as root via command in wsl2 dockerd
BUT when trying to run sleenoid in cmd via command :
D:\path\to\selenoid.exe selenoid start --vnc --browsers "chrome:69.0" --args "-limit 1000" --force
Failed to initialize: [can not access Docker: make sure you have Docker installed and current user has access permission
s]
dockerd
(without closing the terminal) Answer the question
In order to leave comments, you need to log in
Faced the same error today. First I found that you can use the --use-drivers flag, but the selenoid will not be in the docker.
.\cm.exe selenoid start --vnc --use-drivers
Then I remembered that I first need to run Docker Desktop (launched under win 10), which will launch the docker daemon and it all worked))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question