Docker Desktop not able to connect to Docker EE DTR

Hello All,

We’ve are trying to install Docker for desktop CE (V2.0.0.2 (30215) - Stable - 0b030e1) on Windows 10 Enterprise.

We’ve been connecting to Docker CE on Linux to DTR successfully able to login and pull images. When we try login to our private DTR, host is not being resolved.

Here is example how we connect to DTR:

Linux (RHEL):

$docker login <private.registry.company>
Username: username
Password: password
WARNING! Your password will be stored unencrypted in /root/docker/config.json.
Configure a credential helper to remove this warning. See

Login Succeeded
$

Windows 10:

C:\> docker login <private.registry.company>
Username: username
Password: password
Error response form daemon: Get <https:// private.registry.company>/v2: dial tcp: lookup <private.registry.company> on 192.168.65.1:53: no such host

C:\>ping 192.168.65.1

pinging 192.168.65.1 with 32 bytes of data:
Reply from 192.168.65.1: bytes=32 time=163ms TTL=107
Reply from 192.168.65.1: bytes=32 time=162ms TTL=107
Reply from 192.168.65.1: bytes=32 time=162ms TTL=107
Reply from 192.168.65.1: bytes=32 time=162ms TTL=107

Png statistics for 192.168.65.1:
Packets Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 162ms, Maximum = 163ms, Average = 162ms

C:\>

Anyone experienced this kind of issue?

I’ve went through many post which talk about how to get this working with public Docker registry and none of them solved issue with my private registry.

Thanks,
Prasad.CH