【发布时间】:2018-08-24 05:00:40
【问题描述】:
假设我有一个运行 ubuntu 16.04 操作系统的 vm 现在我已经创建了这个 vm 的图像并且我已经从谷歌云存储中导出了这个图像 使用 google cloud cli 中的以下命令
gcloud compute images export --destination-uri gs://my-bucket/my-image.tar.gz \
--image my-image --project my-project
问题1
现在假设我们正在从谷歌云迁移到我们可以使用的任何其他云服务提供商 此图像 (my-image.tar.gz) 使用此图像创建实例,或者此图像只能在 google cloud 中使用(即此图像可用于在 google 中启动实例(VM'S)云不在谷歌云之外)?
【问题讨论】:
标签: ubuntu google-cloud-platform operating-system google-cloud-storage ubuntu-16.04