Y
Hacker News
new
|
ask
|
show
|
jobs
by
nerdponx
1260 days ago
I had problems pushing to AWS ECR from Colima and had to switch back to Docker Desktop. But for day-to-day usage it seemed to work great.
1 comments
mynameisvlad
1260 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.
link
nerdponx
1259 days ago
Yep, that sounds exactly like the issue I had. You linked the Colima socket to the Docker socket location?
link
mynameisvlad
1253 days ago
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...
link
Might be a similar issue for ECR.