Ivan Krutov
Ivan Krutov
We consider `cm` a tool for quick installation with reasonable default settings suitable for 90% of cases. Using volumes is an advanced feature and is always available by editing `browsers.json`...
@patsevanton the file you are showing is `dockerd` (i.e. Docker daemon) configuration file. Docker client (i.e. `docker` command) configuration is usually stored in `~/.docker/config.json`. `cm` already considers configuration files for...
@patsevanton ah, got it. To use custom Docker registry `cm` has `--registry` flag. ``` docker login my-registry.example.com # Specify user name and password ./cm selenoid start --registry https://my-registry.example.com ```
@patsevanton I don't see `--registry` flag in your command.
@soumyathampi is it WSL?
@soumyathampi need exact Windows version to reproduce.
@nakov you can either build from source code or run Selenoid manually using `docker run` command.
@nakov what kind of fix would you suggest? We are building all binaries on Github Actions using official Go compiler.
All hosts in this case go to the same datacenter in quota XML files.
@riraga001m this is Selenide exception, so far as I can remember. You need to configure Selenide to work with Selenoid. There is a plugin for that.