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