How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "parallels/centos-6.5"
config.vm.box_version = "1.0.0"
end
vagrant init parallels/centos-6.5 \
--box-version 1.0.0
vagrant up
This version was created over 8 years ago.
This box contains clean CentOS 6.5 x86_64 installation.
It was prepared using Packer and template from Bento project.
There are no provision tools pre-installed in this box. If you want to install Chef or Puppet to your Vagrant machine, please use the appropriate plugin:
For more information about the Parallels provider for Vagrant, please refer to the documentation site: http://parallels.github.io/vagrant-parallels/docs/