How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "metaswitch/pesdevvm_65"
  config.vm.box_version = "1.0.0"
end
vagrant init metaswitch/pesdevvm_65 \
  --box-version 1.0.0
vagrant up

This version was created over 8 years ago.

CentOS 6.5 version of PES Dev VM.

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (740 MB)

  • vmware_workstation Hosted by Vagrant Cloud (777 MB)