Docker swarm on windows server 2019

Expected behavior:

After i execute"docker swarm init --advertise-addr 10.0.0.5" on windows server 2019 in azure VM, i should be able to ping this vm from other VM (10.0.0.4) and also vice versa.

Actual behavior

After i execute"docker swarm init --advertise-addr 10.0.0.5" on windows server 2019 in azure VM, i cannot ping this vm from other VM (10.0.0.4) and also vice versa.

due to the above issue, Unable to join the swarm manager node

Information

PS C:\Users\vm2019docker> docker version
Client: Docker Engine - Enterprise
Version: 19.03.5
API version: 1.40
Go version: go1.12.12
Git commit: 2ee0c57608
Built: 11/13/2019 08:00:16
OS/Arch: windows/amd64
Experimental: false

Server: Docker Engine - Enterprise
Engine:
Version: 19.03.5
API version: 1.40 (minimum version 1.24)
Go version: go1.12.12
Git commit: 2ee0c57608
Built: 11/13/2019 07:58:51
OS/Arch: windows/amd64
Experimental: false

Steps to reproduce the behavior

  1. Create a windows server 2019 in azure VM and install docker ee
  2. Execute “docker swarm init --advertise-addr 10.0.0.5”