Skip to content

Instantly share code, notes, and snippets.

@peo3
Last active December 12, 2015 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save peo3/4746190 to your computer and use it in GitHub Desktop.
Save peo3/4746190 to your computer and use it in GitHub Desktop.
How to try virt-sandbox on Ubuntu 12.10.
sudo aptitude install autoconf
sudo aptitude install libtool
sudo aptitude install libcap-ng-dev
sudo aptitude install libvirt-glib-1.0-dev
sudo aptitude install libglib2.0-dev
sudo aptitude install libglib2.0
sudo aptitude install libxml2-dev
sudo aptitude install libselinux-dev
sudo aptitude install gtk-doc-tools
sudo aptitude install libvirt-bin
git clone git://libvirt.org/libvirt-sandbox.git
cd libvirt-sandbox
./autogen.sh
make -sj2
sudo make install
sudo virt-sandbox -c lxc:/// /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment