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.
Upstream-commit: 22afaa628f319c852c536824cdd18444ddf87665
Component: engine
This commit is contained in:
Prasanna Gautam
2014-11-09 10:16:47 -05:00
committed by gautam, prasanna
parent 201bdeb454
commit e20e8b0d30

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