VirtualBox 和 Google 计算引擎

VirtualBox and Google Compute Engine

我可以 运行 VirtualBox 和托管在 Google Compute Engine 上的服务器上的活动虚拟机吗?如果有,步骤是什么?只需安装它并通过 VNC 构建 VM?

到目前为止,我已经为 DigitalOcean 找到了类似的解决方案,您只需安装 VirtualBox、xfce、VNC 等即可 运行s。

是的,同样的方法也适用于 GCE VM。

您还可以使用 Vagrant with the Google Compute Engine plugin 自动创建虚拟机和 GCE VM。

  1. 创建 GCE 实例
  2. SSH 到那个实例
  3. 下载并安装 Virtualbox (wget DEB + sudo dpkg -i virtualbox-5*.deb)
  4. 升级系统,构建并安装内核模块
    • sudo apt-get update
    • sudo apt-get upgrade
    • sudo apt-get dist-upgrade
    • sudo apt-get install -y build-essential
    • sudo apt-get install -y linux-headers-$(uname -r)
    • sudo /etc/init.d/vboxdrv setup
  5. 盈利!

检查是否一切正常 运行 VBoxManage --version。如果存在其他一些错误 google 并解决