我在VM上运行selenium的docker grid。 使用撰写文件来设置selenium grid
收到以下错误消息:
Cleaning up stale test sessions on the unregistered node http://172.17.0.4:5555
Registered a node http://172.17.0.4:5555
Marking the node http://172.17.0.4:5555 as down: cannot reach the node for 2 tries
详细说明: VM:红帽企业Linux服务器版本7.2(Maipo)
docker-compose file:
hub:
image: selenium/hub
ports:
- "4444:4444"
firefoxnode:
image: selenium/node-firefox-debug
links:
- hub
expose:
- "5555"
请帮我解决此问题