I just wanted to add, I have not enabled compute engine billing in my account. I would like to test my app locally first, before to deploy it to Managed VMs not to waste the 60 days of free trial. This shouldn't be an issue with the `gcloud preview app setup-managed-vms`command, right?
If it is, how can I run a Managed VMs app locally, without wasting the trial? On Monday, December 15, 2014 6:56:25 AM UTC+1, Dan Lorenc wrote: > > Can you attach the logs from the registry container? > > From the logs you posted, the command would be: > docker logs e8cd6049560a > > Dan Lorenc > > On Sun Dec 14 2014 at 9:46:13 PM Saleem Ansari <[email protected] > <javascript:>> wrote: > >> 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 a topic in the >> Google Groups "Google App Engine" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-appengine/UFRalrQtMAs/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/google-appengine. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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.
