Sfoglia il codice sorgente

Merge pull request #29720 from lixiaobing10051267/masterArmClone

use https clone url for docker/docker in ARM.md
Justin Cormack 8 anni fa
parent
commit
9f60ae538b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      project/ARM.md

+ 2 - 2
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.
 Based on OS and architecture it chooses the correct Dockerfile.
 For the ARM 32bit architecture it uses `Dockerfile.armhf`.
 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`  
 2. change into the checked out repository with `cd docker`  
 3. execute `make binary` to create a Docker Engine binary for ARM  
 3. execute `make binary` to create a Docker Engine binary for ARM