Docker Toolbox for Windows,Container无法在主机上访问

时间:2018-01-24 18:15:55

标签: docker toolbox

我是新手,在Windows机器上使用Docker。我在我的机器上安装了工具箱并运行了一个容器,见下文:

$ docker ps

CONTAINER ID        IMAGE                  COMMAND                  CREATED             STATUS              PORTS                                           NAMES
cea8e6cf92b5        seqvence/static-site   "/bin/sh -c 'cd /usr…"   21 minutes ago      Up 21 minutes       0.0.0.0:32769->80/tcp, 0.0.0.0:32768->443/tcp   competent_goodall

现在,这是一个在我的Windows机器上运行在Oracle VM上的Linux容器。在此之后我希望在我的Windows机器上执行http://172.17.0.2:32769并在Ngnix服务器上运行一个网页。

这是容器检查:

"Networks": {
                "bridge": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": null,
                    "NetworkID": "81d64a885b80a000f3b91e9959acf125b170b7acb11a918bf77bf7fa3fea3ae1",
                    "EndpointID": "6cf13c7007539f0b31c6d8da52844477f13e1debd84a8f3e2ec63ee140e90014",
                    "Gateway": "172.17.0.1",
                    "IPAddress": "172.17.0.2",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "02:42:ac:11:00:02",
                    "DriverOpts": null
                }

我不确定是否需要更多细节才能理解这个问题,所以请随时告诉我。

1 个答案:

答案 0 :(得分:0)

我认为你应该尝试以下任何一种,

http://localhost:32769
http://(ipv4 of your windows machine):32769