Hacker News new | ask | show | jobs
by mynameisvlad 1252 days ago
You can use Colima to get the same functionality, minus auto-start on boot.

https://github.com/abiosoft/colima

1 comments

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.
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.

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...