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

Additional info for docker binary

Signed-off-by: Prasanna Gautam <prasannagautam@gmail.com>

I found that certain docker installations do not handle binding to the source directory quite right. Just writing it based on help from backjlack and tibor in IRC.
This commit is contained in:
Prasanna Gautam 2014-11-09 10:16:47 -05:00 committed by gautam, prasanna
parent b18efeeb7a
commit 22afaa628f

View file

@ -63,7 +63,11 @@ To create the Docker binary, run this command:
$ sudo make binary
This will create the Docker binary in `./bundles/<version>-dev/binary/`
This will create the Docker binary in `./bundles/<version>-dev/binary/`. If you do not see files in the `./bundles` directory in your host, your BINDDIR setting is not set quite right. You want to run the following command:
$ sudo make BINDDIR=. binary
If you are not in Linux - for example: OSX, you want to run `make cross` or `make BINDDIR=. cross`.
### Using your built Docker binary