buildx icon indicating copy to clipboard operation
buildx copied to clipboard

Got timeout when remove buildx instance which related a remote docker daemon

Open LinuxSuRen opened this issue 5 years ago • 3 comments

My command: docker buildx rm arm

The output: Cannot connect to the Docker daemon at tcp://121.36.64.187:2375. Is the docker daemon running?

Expected behaviors: I can remove the buildx instance no matter if it's online.

LinuxSuRen avatar Sep 16 '20 09:09 LinuxSuRen

It's very slow when I execute the following command: docker buildx ls

I guest that it comes from the same reason.

LinuxSuRen avatar Sep 16 '20 09:09 LinuxSuRen

It should still remove the builder, even if it is not online. It errors to show that the removal was not clean.

tonistiigi avatar Sep 19 '20 16:09 tonistiigi

Same problem here. I have a remote ARM builder that doesn't exists anymore and I cant remove it :

docker buildx rm -f arm64
ERROR: error during connect: Get "http://docker.example.com/_ping": command [ssh -l admin -- 10.11.12.164 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 10.11.12.164 port 22: Connection timed out

theredcat avatar Jan 22 '24 14:01 theredcat