Merge pull request #34617 from VojtechVitek/patch-1

Automatic merge from submit-queue

Update Docker for Mac installation link

**What this PR does / why we need it**:

Fixes broken obsolete link about Docker for Mac installation.
This commit is contained in:
Kubernetes Submit Queue 2016-11-21 15:20:10 -08:00 committed by GitHub
commit 7bd518efc8

View File

@ -5,7 +5,7 @@ Building Kubernetes is easy if you take advantage of the containerized build env
## Requirements
1. Docker, using one of the following configurations:
1. **Mac OS X** You can either use Docker for Mac or docker-machine. See installation instructions [here](https://docs.docker.com/installation/mac/).
1. **Mac OS X** You can either use Docker for Mac or docker-machine. See installation instructions [here](https://docs.docker.com/docker-for-mac/).
**Note**: You will want to set the Docker VM to have at least 3GB of initial memory or building will likely fail. (See: [#11852]( http://issue.k8s.io/11852)).
2. **Linux with local Docker** Install Docker according to the [instructions](https://docs.docker.com/installation/#installation) for your OS.
3. **Remote Docker engine** Use a big machine in the cloud to build faster. This is a little trickier so look at the section later on.