I have simple example in local machine:
docker service create --name nginx --publish 8080:80 --replicas 2 nginx:stable-alpine
And if i do
curl http://localhost:8080
I get standart nginx page and it is ok
But when in chrome i type http://localhsot:8080 I take endless loading without answer. Can somebody explain why it's happening?