I'm running Windows 10 with the latest updates installed. I'm trying to set up a swarm using multiple physical hosts running docker Linux containers on windows host. When I'm running
docker swarm init --advertise-addr 10.154.26.150 --listen-addr 10.154.26.150:2377
Where
10.154.26.150
stands for physical address of my current machine (future swarm manager) I obviously receive
Error response from daemon: manager stopped: failed to listen on remote API address: listen tcp 10.154.26.150:2377 bind: cannot assign requested address
because docker for Windows running Linux containers uses hyper-v vm and doesn't know anything about address I'm trying to specify. So here is a question if there is any small possibility to run swarm mode in this situation so that my other hosts will be able to join new swarm over physical network.