←back to thread

1101 points codesmash | 1 comments | | HN request time: 0s | source
Show context
dktalks ◴[] No.45139130[source]
If you are on a Mac, I have been using OrbStack[1] and it has been fantastic. I spin up few containers there, but my biggest use is just spinning up Alpine linux and then running most of my Docker containers in there.

[1] https://orbstack.dev/

replies(3): >>45139175 #>>45139615 #>>45139872 #
ghrl ◴[] No.45139872[source]
I use OrbStack too and think it's great software, both for running containers and stuff like having a quick Alpine environment. However, I don't see the point of running Docker within Alpine. Wouldn't that defeat the optimizations they have done? What benefits do you get?
replies(1): >>45140383 #
dktalks ◴[] No.45140383[source]
Many docker containers are optimized to run as Alpine on other systems. You get the benefit that it runs on Alpine itself.
replies(1): >>45140435 #