我正在尝试从本地机器上运行停靠命令,以运行带有docker的Azure容器服务。我使用的命令如下
docker -H tcp://<ip address>:2375 ps
docker -H tcp://<hostname of mgmt box>.eastus.cloudapp.azure.com:2375 ps这两个命令都呈现Cannot connect to the Docker daemon. Is the docker daemon running on this host?,我可以将ssh呈现给管理机器,并运行docker命令,因此我知道docker正在正常工作。没有任何与资源相关的安全组,因此似乎没有任何防火墙问题。
直接在机器上运行docker ps,我可以看到群集运行在2375端口上。我试过通过端口2375,2376,3375,3376访问它
https://stackoverflow.com/questions/37887819
复制相似问题