Spyke

I wonder if you could run WSL under Wine...

2
lemmy.horwood.cloud

Why do you need WSL?

MacOS is BSD, so you can do most Linux things with an issue. But some of the BSD tools have different options the the GNU tools.

We moved to Mac years ago and it makes doing almost everything I do a simples

-3
lime!reply
feddit.nu

because docker. it hard requires a linux kernel and is extremely slow on mac, just like it was on windows until they integrated with wsl.

11

I see, I don't use docker all that much on my works Mac. So haven't noticed the speed.

Also is it the storage share that's slow? As docker desktop is a VM

-2
lime!reply
feddit.nu

well docker on mac is a fully emulated x86 vm. everything is slow.

3

yeah last i worked with it i was the first person in the company to evaluate the arm macs, and it basically couldn't run our application at all. took a full 40 minutes to spin up, then crashed.

1
aussie.zone

That's only if you're running an x86 container right? It should be native with an ARM64 one.

1

yeah. last i had a mac there were no arm containers though.

2
lemmy.world

No. Mac is NOT BSD. Mac took the BSD user space from 20+ years ago. That's all.

I'm not sure why this myth keeps being repeated over and over.

If that's all it takes to "be" BSD, then windows is also BSD since the entire windows network stack was lifted from BSD

5
infosec.pub

That's very cool! But, my work needs to run proprietary x86 containers not ARM ones. We are sadly being "forced" (they rather still not turn to open source software) to move to Windows. It's a shame.

6
lemmy.world

I haven't checked but it should be possible?

macOS has had support for x64 binaries in Linux VMs for a few years now, using their Rosetta 2 translation layer.

8

You can already sort of hack distrobox-like functionality, but the biggest problem with doing so is that there's no Wayland or X11 server running on macOS, so GUI applications don't work unless you install something like XQuartz, and even then, it's a pretty janky experience.

2

I looks like it only allows 1 virtual machine at a time so docker-compose wouldn't work

2
vgareply
sopuli.xyz

Docker to my knowledge still requires a real Linux running somewhere, somehow. In MacOS, it has traditionally been some sort of a VM running under the hood via docker-machine. As this is emulationvirtualization, it has a rather severe overhead.

This containerization framework sounds like it might enable a more light-weight version of Linux, somewhat similar to what Windows has had via WSL for some time.

2
lemmy.dbzer0.com

I hope I can run ollama in a container with full power, can't install it natively on my work computer

0

You reached the end

macOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac" | Spyke