Skip to content

Instantly share code, notes, and snippets.

View alfor's full-sized avatar

Alexandre Forget alfor

  • Montréal, Canada
View GitHub Profile
@dysinger
dysinger / ubuntu-13.10-docker-0.6.5.sh
Created October 31, 2013 22:40
ok the steps for ubuntu 13.10 w/ docker are a tiny bit debian-tricky but easy enough. You have to add saucy-proposed to your repos & pin * at 400 from that repo. then you install lxc from that repo. So the install goes like this:
cat >/etc/apt/preferences.d/saucy-proposed <\EOF
Package: *
Pin: release a=saucy-proposed
Pin-Priority: 400
EOF
cat >/etc/apt/sources.d/saucy-proposed.list <\EOF
deb http://us.archive.ubuntu.com/ubuntu/ saucy-proposed main restricted universe
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy-proposed main restricted universe