WhitewaterFoundry / Pengwin-Enterprise

Enterprise-compatible WSL distribution.
Other
63 stars 11 forks source link

wsl2 can be used at the same time with Vmware workstation ? #55

Closed weinformatics closed 4 years ago

weinformatics commented 5 years ago

wsl2 can be used at the same time with Vmware workstation ?

crramirez commented 5 years ago

I haven't tested, but I think that no. Because it uses Hyper-V virtualization at some point and it may conflict with Vmware

weinformatics commented 5 years ago

I haven't tested, but I think that no. Because it uses Hyper-V virtualization at some point and it may conflict with Vmware

@crramirez Many thanks for your reply !!! If so I will hope the WSL1 can support docker, since both centos and docker will have its own update and more new features.

crramirez commented 5 years ago

You'll need to install Docker Desktop for Windows, and you can install the docker client in WSL1. Soon WSL2 will support docker natively.

Mmm ok but you'll still need Vmware right? if it is the case, no you can't install docker daemon on WSL1 you'll need Docker Desktop which is Hyper-V based.

What about putting all your services in vmware? You can create a Linux box with docker. Also you can use Docker Toolbox. Or simply use docker-machine with a vmware backend.