See https://github.com/mcandre/mucus
- https://app.vagrantup.com/mcandre/boxes/vagrant-debian-cpp-amd64
- https://app.vagrantup.com/mcandre/boxes/vagrant-debian-cpp-i386
- https://app.vagrantup.com/mcandre/boxes/vagrant-debian-cpp-ppc64el
$ cd amd64/test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && clang++ -o hello hello.cpp && ./hello"
Hello World!- VirtualBox
- VMware
- qemu 2.12+
- KVM
- OpenBIOS
- openhackware
- qemu-skiboot
- libguestfs-tools
- vagrant-libvirt
- vagrant-rsync-back
- Ruby (for rake)
$ sudo rake boxes import testUnfortunately, sudo permissions are required for building boxes in order to resolve a discrepancy with how vagrant-libvirt interacts with libvirt.
$ sudo rake publish$ sudo rake clean