目前,我正在linux上工作
已成功拉取elgalu/selenium和dosel/zalenium镜像,但同时使用以下命令运行镜像
运行docker Run --rm -ti --name zalenium -p 4444:4444 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/videos:/home/seluser/videos \
--privileged dosel/zalenium startDocker二进制文件已经存在,将使用该文件。Docker version 18.09.0,build 4d60db4 -- LOG 11:29:11:261904322确保docker工作...--日志11:29:11:313323416确保docker-selenium可用...haveged:已开始复制Dashboard的文件...
它被停止在“复制仪表板的文件”和在临时/视频我可以查看几个文件和容器是启动和运行,但无法查看仪表板(http://localhost:4444/grid/console)
发布于 2021-03-02 13:17:48
尝尝这个
docker run -d -ti --name zaleniums -p 4445:4444 -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/videos:/home/seluser/videos --restart=always --privileged dosel/zalenium start --desiredContainers 3 --videoRecordingEnabled falsehttps://stackoverflow.com/questions/66420876
复制相似问题