mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
This commit is contained in:
parent
f074e983bd
commit
87038311fc
1 changed files with 1 additions and 1 deletions
|
@ -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/...
|
||||
|
|
Loading…
Reference in a new issue