Hello John,
You are right, your second option applies: in almost all cases, you should only run a single process <https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/>in a single container. The CMD instruction should be used to run the software contained by your image. If services are to be available concurrently, you may consider building a group of containers in a pod <http://kubernetes.io/docs/user-guide/pods/>. Using Kubernetes <http://kubernetes.io/docs/user-guide/pods/multi-container/> may come in handy here. -- 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/2aa42c84-8d38-4189-9d20-de6e5c693476%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
