at ther path of container \inetpub\test have create an index.htm (works ok at IP of Leader)
create a service : docker service create --name=iis --replicas=1 --endpoint-mode=dnsrr --network=cluster --publish mode=host,target=80,published=80 microsoft/iis:latest
So index.htm of container at leader can not replicate to the worker, and also vice versa changes of index.htm
Please advise how to resolve container replication if one node goes down, and the configuration to be the same.