Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想用selenium-docker打开驱动,但由于某种原因无法连接到主机
我的存储库:
https://github.com/ribeirosaimon/selenium_teste
<< 我需要等待浏览器,谢谢!>>
您的 chrome 节点与其他服务连接到不同的网络。从 docker-compose.yaml 中删除任何提及网络的内容。
Docker-compose 默认为从一个文件启动的服务创建临时桥接网络。