1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Argghhh...I need to automate that signoff. Fixing lack of signoff

Signed-off-by: Mary Anthony <moxieandmore@gmail.com>
This commit is contained in:
Mary Anthony 2014-12-18 09:10:08 -08:00
parent 078ac9ca45
commit 801fd1af25

View file

@ -52,8 +52,9 @@ On Mac OS X, from within the `boot2docker` shell:
$ make build
> **Note**:
> On Mac OS X, **do not** build Docker make targets such as `build`, `binary`, and `test`
> under root using the `sudo` command.
> On Mac OS X, the Docker make targets such as `build`, `binary`, and `test`
> should **not** be built by the 'root' user. Therefore, you shouldn't use `sudo` when
> running these commands on OS X.
If the build is successful, congratulations! You have produced a clean
build of docker, neatly encapsulated in a standard build environment.