How to use this box with Vagrant:

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

This version was created almost 7 years ago.

There isn't a description.

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (493 MB)

  • aws Hosted by Vagrant Cloud (390 Bytes)