Skip to content

Commit

Permalink
use https clone url for docker/docker in ARM.md
Browse files Browse the repository at this point in the history
Signed-off-by: lixiaobing10051267 <[email protected]>
  • Loading branch information
lixiaobing1 committed Dec 27, 2016
1 parent b81f47a commit cddd288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ARM.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The Makefile does include logic to determine on which OS and architecture the Do
Based on OS and architecture it chooses the correct Dockerfile.
For the ARM 32bit architecture it uses `Dockerfile.armhf`.

So for example in order to build a Docker binary one has to
1. clone the Docker/Docker repository on an ARM device `git clone git@github.com:docker/docker.git`
So for example in order to build a Docker binary one has to:
1. clone the Docker/Docker repository on an ARM device `git clone https://github.com/docker/docker.git`
2. change into the checked out repository with `cd docker`
3. execute `make binary` to create a Docker Engine binary for ARM

Expand Down

0 comments on commit cddd288

Please sign in to comment.