@TheTwelveYearOld@lemmy.world to Linux@lemmy.worldEnglish • 10 months agomacOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac"www.apple.comexternal-linkmessage-square25fedilinkarrow-up11arrow-down10cross-posted to: linux@lemmy.ml
arrow-up11arrow-down1external-linkmacOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac"www.apple.com@TheTwelveYearOld@lemmy.world to Linux@lemmy.worldEnglish • 10 months agomessage-square25fedilinkcross-posted to: linux@lemmy.ml
minus-squarelime!linkfedilinkEnglish0•10 months agowell docker on mac is a fully emulated x86 vm. everything is slow.
minus-square@friend_of_satan@lemmy.worldlinkfedilinkEnglish0•edit-210 months ago~~It’s not that slow. https://www.imore.com/tests-show-apples-m1-emulates-x86-faster-intel-can-run-it-natively~~ Edit: actually I just benchmarked it and containerized Linux runs at like 40% of native speed. So yeah, that’s pretty freakin slow. FWIW arm64 containers ran at nearly native speed, so it’s the x86 emulation that seems to be causing the slowdown.
minus-squareThe_DecryptorlinkfedilinkEnglish0•10 months agoThat’s only if you’re running an x86 container right? It should be native with an ARM64 one.
minus-squarelime!linkfedilinkEnglish0•10 months agoyeah. last i had a mac there were no arm containers though.
minus-squareMatt The HorwoodlinkfedilinkEnglish0•10 months agoLooking at the docs, I think the current docker desktop is native arm. QEMU is now deprecated
well docker on mac is a fully emulated x86 vm. everything is slow.
~~It’s not that slow. https://www.imore.com/tests-show-apples-m1-emulates-x86-faster-intel-can-run-it-natively~~
Edit: actually I just benchmarked it and containerized Linux runs at like 40% of native speed. So yeah, that’s pretty freakin slow.
FWIW arm64 containers ran at nearly native speed, so it’s the x86 emulation that seems to be causing the slowdown.
That’s only if you’re running an x86 container right? It should be native with an ARM64 one.
yeah. last i had a mac there were no arm containers though.
Looking at the docs, I think the current docker desktop is native arm. QEMU is now deprecated