Skip to content

Commit

Permalink
Add common Env-Variable options to Dev Docs
Browse files Browse the repository at this point in the history
Adds common options to the environment variables for docker, and
registry.
  • Loading branch information
Fernando Diaz committed Aug 3, 2017
1 parent ef499aa commit 827658a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/dev/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<docker>

# "gcr.io/google_containers" (default), "index.docker.io", or your own registry
$ export REGISTRY=<your-docker-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
Expand Down

0 comments on commit 827658a

Please sign in to comment.