Hi Dan, Please find my replies below.
> Sorry for the confusion. > I think the answer in that stack overflow post is actually incorrect, and causing the current problem you're seeing. To fix it you'll need to remove the google/docker-registry image. The easiest way is to boot2docker delete, boot2docker init, boot2docker up. Then you can run setup-managed-vms again. I followed the steps you mentioned, still I am facing issues. Details are posted here : https://gist.github.com/xuru/604da3c02ec96904d352#comment-1356364 Here is the summary * Created image with Boot2Docker version 1.3.3 * Update to Google SDK 0.9.40 * gcloud init * gcloud --verbosity=debug preview app setup-managed-vms I get this error from gcloud tool google.appengine.tools.docker.containers.ImageError: Image with tag localhost:49154/google/appengine-python27 was not found Docker daemon log shows this: [debug] endpoint.go:59 Error from registry "https://localhost:49154/v1/" marked as insecure: Get https://localhost:49154/v1/_ping: read tcp 127.0.0.1:49154: connection reset by peer. Insecurely falling back to HTTP Invalid registry endpoint "http://localhost:49154/v1/". HTTPS attempt: Get https://localhost:49154/v1/_ping: read tcp 127.0.0.1:49154: connection reset by peer. HTTP attempt: Get http://localhost:49154/v1/_ping: read tcp 127.0.0.1: 49154: connection reset by peer Regards, Saleem -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
