简体   繁体   English

Google Compute引擎上虚拟机的嵌套虚拟化

[英]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 我需要该映像最初是Ubuntu Linux,但是其中包含运行Windows的虚拟机,该虚拟机可以通过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. 嵌套虚拟化仅适用于Haswell处理器,因此在开始之前请确保实例的处理器体系结构已签出。

You will need to enable the nested virtualization first through either the API or the gcloud command. 您首先需要通过API或gcloud命令启用嵌套虚拟化。

You can follow along Google's documentation: 您可以遵循Google的文档:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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