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:
parent
b18efeeb7a
commit
22afaa628f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue