How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "perconajayj/centos-i386"
  config.vm.box_version = "6.5.20140722"
end
vagrant init perconajayj/centos-i386 \
  --box-version 6.5.20140722
vagrant up

This version was created over 8 years ago.

  • Added 32-bit version, matches centos-x86_64 box for functionality
2 providers for this version.
  • vmware_desktop Externally hosted (s3.amazonaws.com)

  • virtualbox Externally hosted (s3.amazonaws.com)