-1

当我检查 CONTAINER_ID 时,返回的端口信息为空:

docker@boot2docker:~$ docker inspect ccca41b3fe6f | grep -i port “ExposedPorts”: null, “PortSpecs”: null, “PortBindings”: {}, “PublishAllPorts”: false, “PortMapping”: null, “Ports”: {}

我无法访问 Drill Web UI,但 sqlline 对于默认存储插件(例如 cp)运行良好。由于无法访问 Web UI,我无法配置新的存储插件。

4

1 回答 1

0

现在已通过为主机上的 ip 和 docker 容器上的 ip 添加特定路由来解决此问题:

sudo route add net 172.17.0.0/16 192.168.59.103
于 2015-01-25T13:19:54.340 回答