Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to expose Docker API on 127.0.0.1:2375 on Windows

Tags:

docker

If I have an active checkbox on the tls field, then an error occurs at docker start

checkbox

Error

I tried to find what this program is, but I could not

nestat -o command dont give this port

Help please find this program

like image 495
sveta600 Avatar asked Oct 09 '20 13:10

sveta600


People also ask

How do you enable the expose daemon on TCP localhost 2375 without TLS?

on the Notification bar, select Settings from the context menu, and then select the Expose daemon on tcp://localhost:2375 without TLS checkbox in the General section of your system Docker settings.

How do I run Dockerd EXE?

Go to the website https://docs.docker.com/docker-for-windows/install/ and download the docker file. Note: A 64-bit processor and 4GB system RAM are the hardware prerequisites required to successfully run Docker on Windows 10. 2. Then, double-click on the Docker Desktop Installer.exe to run the installer.


1 Answers

Its a bug from latest docker desktop version. Confirm if the port 2375 is used by com.docker.proxy.exe. If so, then you can consider the warning as a false alarm.
For more, see here: https://github.com/docker/for-win/issues/10701

like image 131
Bablu Avatar answered Sep 30 '22 18:09

Bablu