简体   繁体   中英

Nested virtualisation for VMs on Google Compute engine

I need the image to be originally Ubuntu Linux but within it have a virtual machine of Windows running that is accessible to the internet

How can I accomplish this? Help me, please!

Thanks in advance!

Nested virtualization is available only for Haswell processors so before getting started make sure the instance's processor architecture checks out.

You will need to enable the nested virtualization first through either the API or the gcloud command.

You can follow along Google's documentation:

https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM