-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I deploy fly apps using a local docker image. I do flyctl deploy --local-only
. I also use colima for docker.
After upgrading to flyctl 0.1.149, the deploy fails saying no docker daemon available. I have tried upgrading to 0.2.0, where I got the same error, and downgrading to 0.1.148 where I am able to deploy successfully.
- Operating system: MacOS Sonoma 14.3.1
fly version
: 0.1.149
Command output:
$ fly deploy --local-only (02-10 10:54)
==> Verifying app config
Validating /Users/todd/projects/personal/photo-processor/fly.toml
✓ Configuration is valid
--> Verified app config
==> Building image
WARN Error connecting to local docker daemon:cannot apply host to transport: *otelhttp.Transport
WARN failed to create build in graphql: input:3: createBuild Could not find App
Error: failed to fetch an image or build from source: no docker daemon available
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working