I built a small Golang app <https://github.com/ingojaeckel/weather-wear> and deployed it to GAE's Flexible Environment. Right now this will create a single Golang Docker container remotely at deploy time. For simple projects similar to this one what is the best practice to add more dependencies that run alongside the app (like statsd)? I want to continue to run my app in a container on GAE. But I want to run publicly hosted Docker images alongside it (e.g. this one <https://hub.docker.com/r/datadog/docker-dd-agent/>). I am looking for a way to run those multi-Docker instances still within GAE to take advantage of high level of abstraction. And if possible I want to avoid having to integrate with a Docker Registry.
Is this feasible on GAE or do I have to switch over to Google Compute Engine <https://cloud.google.com/compute/docs/containers/container_vms> or Google Container Engine <https://cloud.google.com/container-engine/>? Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/318a4bd9-e6b0-4dfe-a774-6e8988d05bee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
