limiting to 80 chars

Signed-off-by: Prasanna Gautam < prasannagautam@gmail.com >
Upstream-commit: 3600bcb53127c7d9f67d639c1f4e61c460b1d605
Component: engine
This commit is contained in:
gautam, prasanna
2014-11-09 19:54:00 -05:00
parent e20e8b0d30
commit 2373a91d0b
@@ -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