I installed Docker desktop and wanted to expose docker daemon on my localhost and so after some googling i checked the option in docker desktop settings which says
“Expose daemon on tcp://localhost:2375 without TLS”
So when i go to the browser and try to connect to docker daemon i get 404 error and the message says page not found
But when i query for images in json format i am able to get the response from daemon
I wanted to know why i get the error when i just query for “http://localhost:2375”.Is that the correct behaviour.
2