How to use this box with Vagrant:

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

This version was created over 9 years ago.

There isn't a description.

3 providers for this version.
  • libvirt
    unknown Externally hosted (vagrant.webhippie.de)
  • virtualbox
    unknown Externally hosted (vagrant.webhippie.de)
  • vmware_desktop
    unknown Externally hosted (vagrant.webhippie.de)