Use the docker version which works with 14.04 lxc.

This commit is contained in:
Jake Moshenko 2014-05-01 17:24:58 -04:00
parent 32583a5675
commit ec282999bf
3 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ check out the code, install the kernel, custom docker, nsexec, and reboot:
git clone https://bitbucket.org/yackob03/quay.git
cd quay
sudo gdebi --n binary_dependencies/builder/nsexec_1.22ubuntu1trusty1_amd64.deb
sudo gdebi --n binary_dependencies/builder/lxc-docker-0.9.0_0.9.0-20140501154048-4c49268-dirty_amd64.deb
sudo gdebi --n binary_dependencies/builder/lxc-docker-0.9.0_0.9.0-20140501212101-72572f0-dirty_amd64.deb
sudo chmod +x /var/lib/lxc
sudo chmod +x /var/lib/docker
cd ~