How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "alanthing/centos-7"
config.vm.box_version = "0.1.0"
end
vagrant init alanthing/centos-7 \
--box-version 0.1.0
vagrant up
This version was created over 6 years ago.
Box for Veertu created with CentOS 7 minimal ISO and Chef Bento kickstart file. After boot, ran the Bento scripts common/sshd.sh common/vagrant.sh centos/cleanup.sh common/minimize.sh as defined in centos-7.3-x86_64.json. Finally, system packages fully updated as of 2017-02-06.
Note: as Veertu builds out the Vagrant functionality, if you want to increase the RAM and CPU, run vagrant up
, then vagrant halt
and edit the VM in the Veertu application.
CentOS-7-x86_64-Minimal
(as of 2017-02-06)