Live data from Hacker News

Colima: Container runtimes on macOS (and Linux) with minimal setup

github.com

1–10 of 61 posts

Re: Colima: Container runtimes on macOS (and Linux) with minimal setup

#3

I have had better luck with orbstack ( https://orbstack.dev )

Colima/Lima already support more features than OrbStack, and are FOSS, and OrbStack will soon become a paid product (like Docker Desktop), so I would recommend either Colima or Docker Desktop instead.

Re: Colima: Container runtimes on macOS (and Linux) with minimal setup

#4
I just got Colima running on my 2020 x86 MacBook the other day. I ended up having to specify an extra `--cpu-arch` flag to get it running, but it definitely seems quicker and lighter than docker desktop. E.g. my machine used to choke when zooming while running docker and pycharm, but now runs fine.

Re: Colima: Container runtimes on macOS (and Linux) with minimal setup

#7

I have had better luck with orbstack ( https://orbstack.dev )

Colima/Lima already support more features than OrbStack, and are FOSS, and OrbStack will soon become a paid product (like Docker Desktop), so I would recommend either Colima or Docker Desktop instead.

(I work on OrbStack.) Fair point. Any missing features that you've noticed in particular?

Edit: OrbStack will also most likely remain free for personal non-commercial use.

Re: Colima: Container runtimes on macOS (and Linux) with minimal setup

#9

I have had better luck with orbstack ( https://orbstack.dev )

Colima/Lima already support more features than OrbStack, and are FOSS, and OrbStack will soon become a paid product (like Docker Desktop), so I would recommend either Colima or Docker Desktop instead.

Podman is an open source option on all platforms too. On Mac and Windows it runs a VM with Linux just like Docker Desktop, colima, etc.

https://podman.io/docs/installation

Post reply on HN