mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
limiting to 80 chars
Signed-off-by: Prasanna Gautam < prasannagautam@gmail.com >
This commit is contained in:
parent
22afaa628f
commit
3600bcb531
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ To create the Docker binary, run this command:
|
|||
|
||||
$ sudo make 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:
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue