nginx 在 docker 服务中无限加载(swarm 模式)
Endless loading when nginx in docker service (swarm mode)
我在本地机器上有一个简单的例子:
docker service create --name nginx --publish 8080:80 --replicas 2 nginx:stable-alpine
如果我这样做
curl http://localhost:8080
我得到标准的 nginx 页面,没问题
但是在 chrome 我输入 http://localhsot:8080
我无休止地加载而没有答案。有人可以解释为什么会这样吗?
docker 服务创建 --name nginx --publish 8080:80 --replicas 2 nginx:stable-alpine
我在 curl 和浏览器上运行良好,请确保您作为 swarm 管理器节点加入
我在本地机器上有一个简单的例子:
docker service create --name nginx --publish 8080:80 --replicas 2 nginx:stable-alpine
如果我这样做
curl http://localhost:8080
我得到标准的 nginx 页面,没问题
但是在 chrome 我输入 http://localhsot:8080 我无休止地加载而没有答案。有人可以解释为什么会这样吗?
docker 服务创建 --name nginx --publish 8080:80 --replicas 2 nginx:stable-alpine
我在 curl 和浏览器上运行良好,请确保您作为 swarm 管理器节点加入