Description
Doing anything using docker compose on a clean server breaks because "docker.example.com" is down, and, unfortunately, it seems that docker compose does not work without that website (which is already bad).
error during connect: Get "http://docker.example.com/v1.24/version": command [ssh -l root -- ip docker system dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=ssh: connect to host ip port 22: Connection refused
Steps To Reproduce
-Use the appropriate context to point to the machine
-Run "docker compose build"
Compose Version
Docker Compose version v2.17.2
Docker Environment
Docker version 23.0.4, build f480fb1
Anything else?
No response