简体   繁体   English

Docker支持-Google App Engine(Java)

[英]Docker support - Google App Engine (Java)

I recently learned about Docker and from a press release that Google App Engine supports it. 我最近了解了Docker,并从新闻稿中了解到Google App Engine支持它。

The question is, 问题是,

  • Does it mean that we can now "package" our app using Docker (may it contain non-GAE white-listed jars) and expect it to work with Google App Engine? 这是否意味着我们现在可以使用Docker“打包”我们的应用程序(可能包含非GAE列入白名单的jar),并希望它可以与Google App Engine一起使用?
  • How a docker app can access the Datastore API, the TaskQueue API is there a way, or this question is irrelevant? 泊坞窗应用程序如何访问数据存储区API,是否有TaskQueue API,或者这个问题无关紧要?
  • If I package with Docker, say, a Spring app that access MongoDB, MySQL or whatever would it work GAE, if yes how come? 如果我与Docker打包在一起,比如说一个访问MongoDB,MySQL或任何可以运行GAE的Spring应用程序,如果可以,怎么办?

Or otherwise if this idea is not correct, 否则,如果这个想法不正确,

  • What is the integration of Docker and Google App Engine? Docker和Google App Engine的集成是什么?

This is part of an ongoing Limited Preview Managed VMs , you can subscribe to it with the following form 这是正在进行的受限预览托管VM的一部分 ,您可以使用以下表单进行订阅

Does it mean that we can now "package" our app using Docker (may it contain non-GAE white-listed jars) and expect it to work with Google App Engine? 这是否意味着我们现在可以使用Docker“打包”我们的应用程序(可能包含非GAE列入白名单的jar),并希望它可以与Google App Engine一起使用?

Yes

How a docker app can access the Datastore API, the TaskQueue API is there a way, or this question is irrelevant? 泊坞窗应用程序如何访问数据存储区API,是否有TaskQueue API,或者这个问题无关紧要?

Using the regular API jars. 使用常规的API jar。

If I package with Docker, say, a Spring app that access MongoDB, MySQL or whatever would it work GAE, if yes how come? 如果我与Docker打包在一起,比如说一个访问MongoDB,MySQL或任何可以运行GAE的Spring应用程序,如果可以,怎么办?

Because the underlying container run on a Google Compute Engine VMs, see the Managed VMs documentation referenced earlier for more details. 由于基础容器在Google Compute Engine VM上运行,因此请参阅前面引用的Managed VMs文档以获取更多详细信息。

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

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