https://app.vagrantup.com/mcandre/boxes/vagrant-centos-cpp-amd64 https://app.vagrantup.com/mcandre/boxes/vagrant-centos-cpp-i386
$ cd amd64/test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && clang++ -o hello hello.cpp && ./hello"
Hello World!$ cd amd64/test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && g++ -o hello hello.cpp && ./hello"
Hello World!- Vagrant
- The VirtualBox hypervisor provider
- vagrant-rsync-back assists in copying artifacts from the guest to the host
- Vagrant
- The VirtualBox hypervisor provider
- make
$ sh -c "cd amd64 && make vagrant-centos-cpp-amd64.box"
$ sh -c "cd i386 && make vagrant-centos-cpp-i386.box"