Closed beregeyko closed 5 years ago
@beregeyko starting from release 1.6.0 you should specify --use-drivers
flag in order to explicitly enable drivers mode. Automatic fallback was often confusing for users.
@beregeyko did it help?
@beregeyko closing because of inactivity. Feel free to reopen if still not working.
Hey everyone, I'm on MacOS and I receive same exact error but the difference is that I actually have Docker Desktop installed and running. Any thoughts?
@artemBeletzky make sure docker ps
command works.
% ./cm selenoid start --use-drivers --vnc
> Using driver binaries...
> Selenoid is already downloaded
> Selenoid is already configured
> Starting Selenoid...
> Successfully started Selenoid
% 2023/09/11 10:25:34 [-] [INIT] [Loading configuration files...]
2023/09/11 10:25:34 [-] [INIT] [Loaded configuration from /Users/me/.aerokube/selenoid/browsers.json]
2023/09/11 10:25:34 [-] [INIT] [Logs Dir: /Users/me/.aerokube/selenoid/logs]
2023/09/11 10:25:34 [-] [INIT] [Timezone: Local]
2023/09/11 10:25:34 [-] [INIT] [Listening on :4444]
these does nothing, no container is started
@vania-pooh any thoughts?
@dfosticupgrade what is the reason of providing --use-drivers
flag? This disables Docker support at all. We never recommended doing this.
cm version - 1.6.1 darwin mac os - 10.13.6
precondition: OS doesn't have installed Docker
STR:
./cm selenoid start -browsers safari
Actual result: Exception
Failed to initialize: [can not access Docker: make sure you have Docker installed and current user has access permissions]
Note: works as expected on 1.5.7