Skip to content

Instantly share code, notes, and snippets.

@mowings
Last active December 25, 2015 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mowings/6991873 to your computer and use it in GitHub Desktop.
Save mowings/6991873 to your computer and use it in GitHub Desktop.
install lxc on ubuntu 12.04 host (AWS)
git clone git@github.com:lxc/lxc.git
apt-get install automake pkg-config libcap-dev
./autogen.sh
./configure
make
make install
# to make a package -- you may need to clean up depedencies
checkinstall
# TODO: autostart the networking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment