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
This commit is contained in:
Ken Cochrane
2013-05-12 21:46:35 -04:00
parent 3a767c12a7
commit ea350d9812
@@ -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/...