Docker swarm mode routing mesh not work as expected
问题 I tried to create services in docker swarm model by following this document I created two nodes in the swarm: Then create the deploy the service, I use jwilder/whoami here instead of nginx in the document, docker service create --name my-web --publish published=8888,target=8000 --replicas 2 jwilder/whoami Seems like they started successfully: As the document said: When you access port 8080 on any node, Docker routes your request to an active container. SO in my opinion, I can access the my