From 827658a3ccdd06574ba7a64170064d397bf59674 Mon Sep 17 00:00:00 2001 From: Fernando Diaz Date: Thu, 3 Aug 2017 13:09:22 -0500 Subject: [PATCH] Add common Env-Variable options to Dev Docs Adds common options to the environment variables for docker, and registry. --- docs/dev/getting-started.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/dev/getting-started.md b/docs/dev/getting-started.md index fec83823c..ce1a65b60 100644 --- a/docs/dev/getting-started.md +++ b/docs/dev/getting-started.md @@ -55,15 +55,14 @@ or push an image to a remote repository. In order to use your local Docker, you may need to set the following environment variables: ```console -$ export DOCKER=docker +# "gcloud docker" (default) or "docker" +$ export DOCKER= + +# "gcr.io/google_containers" (default), "index.docker.io", or your own registry $ export REGISTRY= ``` To find the registry simply run: `docker system info | grep Registry` -Otherwise by default you will be using the [Google Cloud Platform](https://cloud.google.com/sdk/gcloud/): -* REGISTRY=gcr.io/google_containers -* DOCKER=gcloud docker -- - ### Nginx Controller Build a raw server binary