nestybox / sysbox

An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
Apache License 2.0
2.73k stars 150 forks source link

Add support for running Sysbox on Windows (via WSL2) #32

Closed doggy8088 closed 8 months ago

doggy8088 commented 4 years ago

I'm using Docker for Windows with WSL 2 integration. Can I use sysbox? Do you have any guidance about this environment?

ctalledo commented 5 months ago

Hi @felipecrs,

Removing networkingMode=mirrored from my %USERPROFILE%.wslconfig makes the problem go away.

OK great, glad you found it.

Since @ctalledo, you reported https://github.com/microsoft/WSL/issues/9548, I wonder if it's the same problem

Good point; I am not sure if it's the exact same problem, but it's close enough so I'll add a comment in there. Thanks.