Another clever move from Microsoft and the Windows Teams.
Windows Subsystem for Linux 2 Moving into General Availability
11–20 of 420 posts
Re: Windows Subsystem for Linux 2 Moving into General Availability
#12I really hope apple implements something similar, would much prefer to have a well integrated linux vm than the not-quite-linux of macos
Docker is on macOS using the native hypervisor framework, what would be the point?
https://github.com/docker/for-mac/issues/77
https://docs.docker.com/docker-for-mac/osxfs/#performance-is...
Re: Windows Subsystem for Linux 2 Moving into General Availability
#13This of course has implications on how you setup Docker on a Windows machine, each way having pros and cons.
[0] https://blogs.vmware.com/workstation/2020/01/vmware-workstat...
[1] https://docs.microsoft.com/en-us/virtualization/api/hypervis...
Re: Windows Subsystem for Linux 2 Moving into General Availability
#14Regarding that, remember a number of years ago, prior to VMs there was a patch set for the Linux kernel porting it to user space -- so you could run Linux as a user process, which ended up functioning similar to running it in a VM. Would WSL2 be closer to this model, or is it really running Linux under a stripped down Hyper V?
Re: Windows Subsystem for Linux 2 Moving into General Availability
#15Is there a shell+terminal+font combo that folks really like for WSL? I've tried the new terminal beta with zsh and--for reasons I can't quite articulate right now--it feels "off" and I invariably proceed to boot up virtualbox for my debian, i3, kitty, fira code setup to get work done. Maybe it's the break in filesystems and $HOME? Edit: learning that WSL2 does away with the syscall-translating tech and mandates Hyper…
Re: Windows Subsystem for Linux 2 Moving into General Availability
#16I really hope apple implements something similar, would much prefer to have a well integrated linux vm than the not-quite-linux of macos
Re: Windows Subsystem for Linux 2 Moving into General Availability
#17Re: Windows Subsystem for Linux 2 Moving into General Availability
#18I really hope apple implements something similar, would much prefer to have a well integrated linux vm than the not-quite-linux of macos
This is an interesting take considering Linux is Unix-like and macOS is technically a BSD derivative. I don’t think macOS will ever have a Linux syscall translation layer/subsystem (WSL1) nor a lightweight VM with special integration (WSL2) but you can do sort of similar things in third party software, I think. Docker for Mac is using the native VM framework and includes a filesystem integration called osxfs, but des…
Re: Windows Subsystem for Linux 2 Moving into General Availability
#19Question -- from what I understand, WSL2 is closer to Linux running in a VM, whereas WSL1 was like a Windows kernel level version of Cygwin. Is that mostly correct? Regarding that, remember a number of years ago, prior to VMs there was a patch set for the Linux kernel porting it to user space -- so you could run Linux as a user process, which ended up functioning similar to running it in a VM. Would WSL2 be closer to…
Re: Windows Subsystem for Linux 2 Moving into General Availability
#20Question -- from what I understand, WSL2 is closer to Linux running in a VM, whereas WSL1 was like a Windows kernel level version of Cygwin. Is that mostly correct? Regarding that, remember a number of years ago, prior to VMs there was a patch set for the Linux kernel porting it to user space -- so you could run Linux as a user process, which ended up functioning similar to running it in a VM. Would WSL2 be closer to…