Created
June 19, 2015 06:49
-
-
Save yuuichi-fujioka/b1346544844b419be9f2 to your computer and use it in GitHub Desktop.
Building Docker on Ubuntu 14.04
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
# TODO install go 1.3 or later | |
sudo apt-get install btrfs-tools libsqlite3-dev libdevmapper-dev | |
git clone https://github.com/docker/docker | |
cd docker | |
AUTO_GOPATH=1 ./hack/make.sh dynbinary | |
cd bundles/latest/dynbinary/ | |
cp dockerinit-* /var/lib/docker/init/ | |
cp docker /usr/bin/docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment