How to use this box with Vagrant:

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

This version was created about 2 years ago.

  • CentOS 7 box
  • Based on bento/centos-7 202206.03.0 for VirtualBox
  • Based on magneticone/centos-7 1811.01 for LXC / LXD
  • Updated packages with exception of kernel
  • Extra data disk ( VirtualBox)
  • Bootstrapped for Ansible with Python3 etc
  • Extra network interface eth1 for LXD / LXD
2 providers for this version.
  • lxc
    unknown Hosted by Vagrant Cloud (358 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (716 MB)