How to use this box with Vagrant:

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

This version was created almost 2 years ago.

add vim/telnet/wget/telnet

2 providers for this version.
  • hyperv Hosted by Vagrant Cloud (460 MB)

  • virtualbox Hosted by Vagrant Cloud (459 MB)