|
...
|
...
|
@@ -24,8 +24,8 @@ The Makefile does include logic to determine on which OS and architecture the Do
|
|
24
|
24
|
Based on OS and architecture it chooses the correct Dockerfile.
|
|
25
|
25
|
For the ARM 32bit architecture it uses `Dockerfile.armhf`.
|
|
26
|
26
|
|
|
27
|
|
-So for example in order to build a Docker binary one has to
|
|
28
|
|
-1. clone the Docker/Docker repository on an ARM device `git clone git@github.com:docker/docker.git`
|
|
|
27
|
+So for example in order to build a Docker binary one has to:
|
|
|
28
|
+1. clone the Docker/Docker repository on an ARM device `git clone https://github.com/docker/docker.git`
|
|
29
|
29
|
2. change into the checked out repository with `cd docker`
|
|
30
|
30
|
3. execute `make binary` to create a Docker Engine binary for ARM
|
|
31
|
31
|
|