Parallels / docker-machine-parallels

Parallels driver for Docker Machine https://github.com/docker/machine
MIT License
471 stars 35 forks source link

add support for nested virutalization as an option #74

Closed bassam closed 6 years ago

bassam commented 6 years ago

While nested virtualization is not needed in most scenarios when running containers, there are some cases where containers can start virtual machines as with kubevirt.

Added a new option parallels-nested-virutalization to enable nested virtualization. By default it's off.

bassam commented 6 years ago

/cc @legal90

legal90 commented 5 years ago

It's better late than never :)

We released it in v1.4.0 Thanks for your contribution, @bassam !