selenoid
selenoid copied to clipboard
i want to know how the selenoid/vnc:chrome docker container start
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
$ docker run -d -p 4444:4444 --privileged selenoid/vnc_chrome:97.0
4444 has been used by selenoid container...
@EzrealerQAQ use any other port, e.g. -p 4445:4444
.
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.