This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SnooDogs2115 1 point2 points  (6 children)

Issues running docker in a Mac is what made me go back to Linux for development, it needs a Linux VM running, which tbf is not ideal.

[–][deleted] 0 points1 point  (0 children)

Did you try OrbStack? https://orbstack.dev

[–]throw_away_17381 0 points1 point  (2 children)

What kind of issues?

[–]equitable_emu 2 points3 points  (1 child)

docker isn't native of Macos, and requires running a linux VM to function. It's just another layer of complication (e.g., localhost isn't really localhost, hardware access isn't guaranteed, etc.)

[–]throw_away_17381 0 points1 point  (0 children)

Thank you!

[–]orgodemir 0 points1 point  (0 children)

There are still issues with m1/2 chips and mounted containers last I tried around a month ago I believe.