17 December, 2018
How to Use Docker for Go App Engine Development and Deploy to Standard Environment
App Engine is great but if you are using Docker, you can only use Flexible Environment which is not what I want as I would love to continue to use Standard Environment. Here is a comparison of the two environments. My goal is to use Docker for development only. When the app is deployed, it will still be deployed...