似乎无法安装Google Cloud Managed VM
在Google 安装受管理虚拟机的说明之后,一切似乎都是要正常工作,直到我完成这一步:
Following Google instructions to install managed VMs, everything seems to work smoothly until I get to this step:
gcloud preview app setup-managed-vms
结果是以下错误:
ERROR: (gcloud.preview.app) Invalid choice: 'setup-managed-vms'.
我确保所有其他依赖组件是最新的。
环境是:
I've made sure all the other dependent components are up to date. The environment is:
- Windows 7 x64
- Google Cloud SDK 0.9.56
- boot2docker 1.4.1 / 1.5(尝试两者)
m尝试让这些受管理的VM工作吗?
Is there anything obvious I'm missing trying to get these managed VMs working?
是 - 不再需要该步骤。文档应尽快修复。
您可能希望查看我的Java App Engine托管虚拟机在4/14/2015更新后不会部署更多信息。
Yep - that step is no longer required. The docs should be fixed shortly. You might wish to look at My java App Engine Managed VMs build doesn't deploy after 4/14/2015 update for additional info.
我们的图片是现在可在Google容器注册表公开。对于python,您可以通过gcr.io/google_appengine/python-compat获取图像
Our images are now available on the public Google Container registry. For python, you can grab the image at gcr.io/google_appengine/python-compat
重要的是要注意,您必须执行以下操作才能使用该图像: / p>
It is important to note that you must do the following to use that image:
docker pull gcr.io/google_appengine/python-compat
您可以更改Dockerfile中的FROM行。此外,请注意,此图像不包含GAE SDK,但您可以自己添加大多数python库。
You can change the FROM line in your Dockerfile. Also, it's important to note that this image does not have the GAE SDK included, but you can add most python libraries yourself.