VagrantでLXC(Linux Container)を使用する

https://github.com/fgrehm/vagrant-lxc
バックエンドにVirtual Boxの代わりにLXCを使うようにしてくれるプラグイン。

インストール

vagrant plugin install vagrant-lxc

起動

vagrant init fgrehm/precise64-lxc
vagrant up --provider=lxc