From ea350d981295ce631267b23c53f56f09357d6ac8 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Sun, 12 May 2013 21:46:35 -0400 Subject: [PATCH] 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 Upstream-commit: 87038311fc0869d8dd9303d11ed79279238b0b6e Component: engine --- components/engine/docs/sources/contributing/devenvironment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/contributing/devenvironment.rst b/components/engine/docs/sources/contributing/devenvironment.rst index ea5821b7da..0d202596c8 100644 --- a/components/engine/docs/sources/contributing/devenvironment.rst +++ b/components/engine/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/...