docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.42k forks source link

Support for Hyperv on windows #1463

Open floradu88 opened 8 years ago

floradu88 commented 8 years ago

Hello,

I am working on a fork on adding support for hyperv. I will probably do a pull request if thats ok?

Regards, Radu

FrenchBen commented 8 years ago

That would be great - Thanks!

floradu88 commented 8 years ago

Thanks, will try to create it tomorrow.

floradu88 commented 8 years ago

Submitted pull request with changes: https://github.com/docker/kitematic/pull/1491

FrenchBen commented 8 years ago

Yup saw it, but haven't had time to build a windows VM to do a review. Hopefully I get a bit of time towards the end of the week. One question was regarding the VM creation in HyperV, but it looks like you're using the hyperv machine driver?

floradu88 commented 8 years ago

Yes, I am trying to see if hyper-v is installed. If it is installed, then I create the machine with hyper-v. I am using the same command as for virtualbox, but with different arguments.

pmario commented 8 years ago

Hi, I managed to get my branch working. \o/.

floradu88 commented 8 years ago

Looks good. I haven't have time to do anything in the past week. But will take a look at your branch.

pmario commented 8 years ago

Link to #1161, IMO it seems to be useful code but forgotten.

pmario commented 8 years ago

Hard coded requirements

Setup Kitematic VSwitch

Add user to Hyper-V-Administrators group

pmario commented 8 years ago

I can't test it with VBox. So someone should definitely see if it still works :)