selenoid icon indicating copy to clipboard operation
selenoid copied to clipboard

i want to know how the selenoid/vnc:chrome docker container start

Open EzrealerQAQ opened this issue 3 years ago • 3 comments

i want to start a selenoid/chrome docker container manually and then i can see it in selenoid-ui,how can i do it? when i user webdriver to connect ip:4444,how the selenoid/vnc:chrome docker container start,thank you

EzrealerQAQ avatar Feb 21 '22 14:02 EzrealerQAQ

$ docker run -d -p 4444:4444 --privileged selenoid/vnc_chrome:97.0

vania-pooh avatar Feb 21 '22 15:02 vania-pooh

4444 has been used by selenoid container...

EzrealerQAQ avatar Feb 21 '22 16:02 EzrealerQAQ

@EzrealerQAQ use any other port, e.g. -p 4445:4444.

vania-pooh avatar Feb 22 '22 07:02 vania-pooh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jan 19 '24 01:01 github-actions[bot]