Additional info for docker binary
| ... | ... |
@@ -63,7 +63,14 @@ To create the Docker binary, run this command: |
| 63 | 63 |
|
| 64 | 64 |
$ sudo make binary |
| 65 | 65 |
|
| 66 |
-This will create the Docker binary in `./bundles/<version>-dev/binary/` |
|
| 66 |
+This will create the Docker binary in `./bundles/<version>-dev/binary/`. If you |
|
| 67 |
+do not see files in the `./bundles` directory in your host, your `BINDDIR` |
|
| 68 |
+setting is not set quite right. You want to run the following command: |
|
| 69 |
+ |
|
| 70 |
+ $ sudo make BINDDIR=. binary |
|
| 71 |
+ |
|
| 72 |
+If you are on a non-Linux platform, e.g., OSX, you'll want to run `make cross` |
|
| 73 |
+or `make BINDDIR=. cross`. |
|
| 67 | 74 |
|
| 68 | 75 |
### Using your built Docker binary |
| 69 | 76 |
|