From cddd28817001bc07104bf7f3481b6e74fd43caa9 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Tue, 27 Dec 2016 16:02:00 +0800 Subject: [PATCH] use https clone url for docker/docker in ARM.md Signed-off-by: lixiaobing10051267 --- project/ARM.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/ARM.md b/project/ARM.md index c4d21bf27a..e61e3b1847 100644 --- a/project/ARM.md +++ b/project/ARM.md @@ -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