VM上的Docker Selenium Grid问题

时间:2017-03-31 06:03:19

标签: docker selenium-grid

我在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"

请帮我解决此问题

0 个答案:

没有答案