How to use this box with Vagrant:

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

This version was created 6 months ago.

A build environment for use in cross platform development.

6 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (675 MB)

  • virtualbox Hosted by Vagrant Cloud (666 MB)

  • libvirt Hosted by Vagrant Cloud (682 MB)

  • parallels Hosted by Vagrant Cloud (675 MB)

  • docker Hosted by Vagrant Cloud (557 Bytes)

  • hyperv Hosted by Vagrant Cloud (660 MB)