Not able to connect docker container from host

Hi, I am trying to connect container from my window 10 host but it’s showing destination host in unreachable.

I added route 172.17.0.0 MASK 255.255.0.0 10.0.75.2.

I am able to ping host IP from docker container but not able to ping from host to container.

Do you have more details on your environment? If you’re running containers on Windows 10 directly, you can access apps in them using the container IP:

docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" <container-name-or-id>