Merge pull request #6304 from glyn/mac-build-no-sudo
Do not build using sudo on Mac OS X Upstream-commit: 4e20407d8260657bc823d6d02120972d718222b3 Component: engine
This commit is contained in:
@ -50,6 +50,13 @@ This command will take some time to complete when you first execute it.
|
||||
If the build is successful, congratulations! You have produced a clean
|
||||
build of docker, neatly encapsulated in a standard build environment.
|
||||
|
||||
> **Note**:
|
||||
> On Mac OS X, make targets such as `build`, `binary`, and `test`
|
||||
> must **not** be built under root. So, for example, instead of the above
|
||||
> command, issue:
|
||||
>
|
||||
> $ make build
|
||||
|
||||
## Build the Docker Binary
|
||||
|
||||
To create the Docker binary, run this command:
|
||||
|
||||
Reference in New Issue
Block a user