hi all, We recently announced the beta release of a new service: Google Container Registry (https://cloud.google.com/tools/container-registry/), for the secure hosting, sharing, and management of private container repositories. See this blog post for further info:
http://googlecloudplatform.blogspot.com/2015/01/secure-hosting-of-private-Docker-repositories-in-Google-Cloud-Platform.html *For those of you using Managed VMs <https://cloud.google.com/appengine/docs/managed-vms/>, we would like to invite you to leverage this new service for deploying to your Managed VM application.* One-time setup instructions: First, ensure your gcloud is up to date with "gcloud components update". Then simply enable use of the hosted registry with: "gcloud config set app/hosted_registry true". Now, whenever you run "gcloud preview app setup-managed-vms", it will pull through the Google Container Registry. For now, deployments will need the following server flag: gcloud preview app deploy *--server gcr.appengine.google.com <http://gcr.appengine.google.com>* . *NOTE*: You can revert use of the hosted registry with: gcloud config unset app/hosted_registry If things don't work, please send mail to [email protected]. We hope you will try it out! -Amy -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAABfA2%3D%2BtMr2ZOLPdP46FwTA4zVvEGTezzG%3D35L1O1AHtaGoxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
