我是Google Cloud Compute Engine的新手,正在阅读他们的开发人员文档的自定义图像部分,然后发现他们允许自定义Debian和CentOS图像。所以我想知道Ubuntu是否也是基于Debian的。提前致谢!
答案 0 :(得分:3)
如果您愿意投入工作,可以使用您喜欢的任何Linux发行版build an image from scratch。
答案 1 :(得分:3)
是的,它支持Ubuntu图像,获取列表:
$ gcloud compute images list
NAME PROJECT FAMILY
...
ubuntu-1204-precise-v20160801 ubuntu-os-cloud ubuntu-1204-lts
ubuntu-1404-trusty-v20160627 ubuntu-os-cloud ubuntu-1404-lts
ubuntu-1604-xenial-v20160721 ubuntu-os-cloud ubuntu-1604-lts
...
答案 2 :(得分:0)
目前可用的图像列表是:
projects/centos-cloud/global/images/centos-6-v20140408
projects/debian-cloud/global/images/backports-debian-7-wheezy-v20140408
projects/debian-cloud/global/images/debian-7-wheezy-v20140408
projects/rhel-cloud/global/images/rhel-6-v20140408
projects/suse-cloud/global/images/sles-11-sp3-v20140306
没有可用的Ubuntu特定图片。
如果您有gcutil
,则可以使用gcutil listimages
命令查看此列表。