andrei-kotau
andrei-kotau
@vania-pooh I do have this file: cat /home/jenkins/.aerokube/selenoid/browsers.json { "chrome": { "default": "83.0", "versions": { "81.0": { "image": "selenoid/vnc_chrome:81.0", "port": "4444", "path": "/" }, "83.0": { "image": "selenoid/vnc_chrome:83.0", "port": "4444",...
@aandryashin yes, I've posted it's content above.
I found out that, our Jenkins runs in the docker, and all slaves run in the docker too. So when I run cm, it appears I am trying to run...
So you mean to run it in some way like this (as it described in the official documentation), right? docker run -d \ --name selenoid \ -p 4444:4444 \ -v...