Comment by lostlogin

Comment by lostlogin 15 hours ago

7 replies

Isn’t this the case on macOS too?

I desperately wish I could run docker properly (CLI) on the Mac rather than use docker desktop, and while we are making a dream list, can I just run Ubuntu on the Mac mini?

eventualhorizon 13 hours ago

I’ve been using colima for cli docker on my arm mac. It’s pretty straightfirward using homebrew.

  • isomorphic 13 hours ago

    Colima is great. However, in the upcoming macOS 26 Tahoe, and mostly in macOS 15 Sequoia, Apple is beginning to provide a first-party solution:

    https://github.com/apple/container

    I've been experimenting with it in macOS 15, and I was able to replace Colima entirely for my purposes. Running container images right off of Docker Hub, without Docker / Podman / etc.

    (And yes, it is using a small Linux VM run under Apple's HyperKit.)

    • pylotlight 12 hours ago

      I ran into various issues I think, but my main objective was running a full k3s cluster this way, reckon this is achievable with full networking support now? Also if I already had colima setup, does new apple container provide any benefits beyond just being made by apple?

      • moltar 12 hours ago

        Try Orb docker. It is fast. It ha a Kubernetes cluster feature.

        • lostlogin 9 hours ago

          This thread is amazing - thank you all.

          I’m surprised I didn’t stumble into any of these options, I searched and didn’t find.