How to use this box with Vagrant:

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

This version was created 9 months ago.

centos7 init

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (423 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (368 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (445 MB)