Last active
December 12, 2015 08:39
-
-
Save peo3/4746190 to your computer and use it in GitHub Desktop.
How to try virt-sandbox on Ubuntu 12.10.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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