fly deploy fails - docker context deadline exceeded

I’m trying to deploy my app but I keep getting the following error and am unable to deploy

fly deploy
==> Verifying app config
→ Verified app config
==> Building image
Error failed to fetch an image or build from source: error connecting to docker: failed building options: failed probing “personal”: context deadline exceeded

1 Like

Try fly deploy --remote-only. Might be something wrong with your local docker.

1 Like