Closed dronda-t closed 9 months ago
Let me take a look. Can you try fly docker
? What is the version of colima?
Thanks @kzys.
There doesn't seem to be a fly docker
command. It just says unknown command.
In case you meant doctor, this is the output on (0.2.0):
$ fly doctor
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... Nope
Pinging WireGuard gateway (give us a sec)... PASSED
Testing WireGuard DNS... PASSED
Testing WireGuard Flaps... PASSED
App specific checks for photo-processor:
Checking that app has ip addresses allocated... PASSED
No public ipv4 or ipv6 ip addresses allocated to app photo-processor
Build checks for photo-processor:
Checking docker context size (this may take little bit)... PASSED (54 kB)
Colima version:
$ colima --version
colima version 0.6.8
@dronda-t Yes. Sorry. fly doctor
was right.
We've just released 0.2.7 which should fix the issue. Let me know if that works!
Thank you @kzys! I can confirm it's working for me now.
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.
fly version
: 0.1.149Command output: