在虚拟机上发布虚拟机Selenium Grid

我正在虚拟机上运行selenium的docker网格。 使用组合文件来设置selenium网格

获取以下错误消息:

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构成文件:

 hub: image: selenium/hub ports: - "4444:4444" firefoxnode: image: selenium/node-firefox-debug links: - hub expose: - "5555" 

请帮我解决这个问题