docker-labs
docker-labs copied to clipboard
基于create service 的容器无法在外面访问
可以将你的操作的命令列出来吗?
举个例子: docker run -d -p 80:80 nginx 可以访问到 然后在docker swarm模式 docker swarm init --advertise-addr eth0 docker create service -d -p 8080:80 nginx 不可以访问到
------------------ 原始邮件 ------------------ 发件人: "Bingo Huang";[email protected]; 发送时间: 2017年6月20日(星期二) 晚上8:22 收件人: "bingohuang/docker-labs"[email protected]; 抄送: "tanghw"[email protected]; "Author"[email protected]; 主题: Re: [bingohuang/docker-labs] 基于create service 的容器无法在外面访问 (#1)
可以将你的操作的命令列出来吗?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
测试过play-wth-docker上的,没有问题