I'm reading the Google Container Registry ( https://cloud.google.com/container-registry/#pulling_from_the_registry) instructions on how to do a docker pull on systems outside of the google cloud platform and it says you issue the command "gcloud docker pull gcr.io/your-project-id/example-image".
Is there a way mesos slaves can issue docker pulls against googles container registry for slaves not on google cloud? Thanks

