slonopotamus / stevedore

🚢 Docker distribution for Windows Containers that Just Works
Apache License 2.0
296 stars 12 forks source link

Advise on running side by side with recommended Linux container projects #60

Open MHHenriksen opened 1 year ago

MHHenriksen commented 1 year ago

Hi, and thanks for making and maintaining this project! I'm sad to see Linux container support gone, but I understand and respect the reason for doing so.

Could you add some advice in the readme next to the recommended alternatives for running Linux containers on whether it's possible to use them simultaneously with Stevedore?

For context, my use case is maintaining internal images for dotnet build containers used to create both Windows installers and Linux packages. I'll keep using 0.9 for now.

luckydevil13 commented 1 year ago

+1 here image operating system "linux" cannot be used on this platform: operating system is not supported With or without Hyper-V

ddaymn commented 1 year ago

@MHHenriksen I use linux containers using the WSL2 environment and this project for Windows containers.

You can follow this to install wsl make sure its the version 2 of wsl https://learn.microsoft.com/en-us/windows/wsl/setup/environment (I recommend the Ubuntu version of Linux) And you just install docker support following the instructions at https://docs.docker.com/engine/install/ubuntu/

This is better than the old docker desktop configuration you can Linux containers and windows at the same time!