#mac without docker app requirement

1 messages · Page 1 of 1 (latest)

languid pawn
#

how do I fix this on mac? I can't use docker desktop in my org. I have colima running and podman.

❯ dagger init --name=sim --sdk=python ✘ connect 0.0s ! start engine: no fallback container found ✘ starting engine 0.0s ! no fallback container found ✘ create 0.0s ! no fallback container found ┃ 08:07:41 WRN failed to resolve image; falling back to leftover engine error="error getting credentials - err: exec: \"docker-creden ┃ esktop\": executable file not found in $PATH, out: ``"

bleak crypt
#

@languid pawn can you try with podman login --authfile $HOME/.docker/config.json and see if that helps? 🙏

languid pawn
#

that is interesting I will try that

#

same error but now "no fallback container found"

#

this might be an issue with a proxy on my system I am going to try to remove I think it can be resolved

bleak crypt
languid pawn
#

I had not done that, trying