Hacker News new | ask | show | jobs
by mynameisvlad 1258 days ago
I had to manually ln colima’s docker.sock to the default to get AWS SAM to work. Regardless of setting the env variable or docker context, it would always try to use the default docker.sock.

Might be a similar issue for ECR.

1 comments

Yep, that sounds exactly like the issue I had. You linked the Colima socket to the Docker socket location?
Sorry for the late reply, but yep! It's the "if all else fails" instruction from their FAQ:

https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#can...