-
-
Save cooljl31/1aaac41a7b7b94b589a6802d423c423f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum -y install lxc curl zc-utils go git mercurial | |
export GOPATH=/opt/go | |
export PATH=$GOPATH/bin:$PATH | |
mkdir -p $GOPATH/src/github.com/dotcloud | |
cd $GOPATH/src/github.com/dotcloud | |
git clone https://github.com/dotcloud/docker.git | |
cd docker | |
go get -v github.com/dotcloud/docker/... | |
go install -v github.com/dotcloud/docker/... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment