Error error connecting to docker: An unknown error occured.

Hi, not sure what’s wrong here:

Based on other similar issues, I’ve tried destroying my builder instance and re-running fly deploy but no luck.

This is part of my output when running LOG_LEVEL=debug fly deploy

--> Validating app configuration done
Services
TCP 80/443 ⇢ 8080
DEBUG trying local docker daemon
DEBUG Local docker daemon unavailable
DEBUG trying remote docker daemon
DEBUG Trying 'Buildpacks' strategy
DEBUG no buildpack builder configured, skipping
DEBUG result image:<nil> error:<nil>
DEBUG Trying 'Dockerfile' strategy
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { slug } } } }","variables":{"input":{"appName":"lingering-wave-6048","organizationId":null}}}
}
DEBUG <-- 500 https://api.fly.io/graphql (2.12s) {"errors":[{"message":"An unknown error occured.","extensions":{"code":"SERVER_ERROR"}}],"data":{}}
DEBUG result image:<nil> error:error connecting to docker: An unknown error occured.
Error error connecting to docker: An unknown error occured.

Can you give this another try? It looks like your app couldn’t get a new builder, or restart the old one. There was a related bugfix an hour or two ago.

Working now, thanks!

1 Like