Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created June 19, 2015 06:49
Show Gist options
  • Save yuuichi-fujioka/b1346544844b419be9f2 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/b1346544844b419be9f2 to your computer and use it in GitHub Desktop.
Building Docker on Ubuntu 14.04
# 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