Sfoglia il codice sorgente

fixed the git clone url, it was the read-write one that required ssh access to the docker account, changed to the read only version

Ken Cochrane 12 anni fa
parent
commit
87038311fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/sources/contributing/devenvironment.rst

+ 1 - 1
docs/sources/contributing/devenvironment.rst

@@ -16,7 +16,7 @@ Instructions that have been verified to work on Ubuntu 12.10,
 
     mkdir -p $GOPATH/src/github.com/dotcloud
     cd $GOPATH/src/github.com/dotcloud
-    git clone git@github.com:dotcloud/docker.git
+    git clone git://github.com/dotcloud/docker.git
     cd docker
 
     go get -v github.com/dotcloud/docker/...