On Wed, May 11, 2016 at 3:55 AM, ingo <[email protected]> wrote: > > But I want to run > publicly hosted Docker images alongside it (e.g. this one). 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.
Deploy your custom docker image as a new service (module). You can have up to 20 services: https://cloud.google.com/appengine/docs/flexible/go/an-overview-of-app-engine Leave your existing code deployed as it is, running as the 'default' service. -- 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/CAAJJdYaRMs2DJrFJP8d0mvhw8%2B29%3DifG4kgRgGk2OScCjO-nhg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
