mirror of https://github.com/k3s-io/k3s
Merge pull request #62190 from patrikerdes/macOS
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Change 'Mac OS X' to 'macOS' in build/README.md Mac OS X was renamed to OS X in 2012, and then renamed again to macOS in 2016. I suggest that the current name should be used when referencing the Apple OS. **Release note**: ```release-note NONE ```pull/8/head
commit
a8482ef5ee
|
@ -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:
|
||||
* **Mac OS X** You can either use Docker for Mac or docker-machine. See installation instructions [here](https://docs.docker.com/docker-for-mac/).
|
||||
* **macOS** 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)).
|
||||
* **Linux with local Docker** Install Docker according to the [instructions](https://docs.docker.com/installation/#installation) for your OS.
|
||||
* **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.
|
||||
|
|
Loading…
Reference in New Issue