dongzhi7641 2018-12-11 07:36
浏览 106
已采纳

是否可以将docker作为golang应用引擎标准环境的开发环境?

My understanding is that docker needs App Engine Flexible Environment.

But I want to use Docker to create dev and local testing environment only, so that it will be easier and faster to replicate the environment on dev machines. I still want to deploy the GoLang app to App Engine Standard Environment. I am wondering if there is a way?

  • 写回答

2条回答 默认 最新

  • duan198409 2018-12-11 11:09
    关注

    You can build custom runtimes using Docker, you will only need App Engine Flexible if you want to deploy them. In your case, as you want to deploy to App Engine Standard, I would recommend using the Development Server to simulate correctly the environment.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?