How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "informatiq/centos_67"
end
vagrant init informatiq/centos_67
vagrant up

This version was created over 8 years ago.

There isn't a description.

1 provider for this version.
  • lxc
    unknown Hosted by Vagrant Cloud (133 MB)

This version was created over 8 years ago.

cento 6.7 lxc base box, no hostname is set inside the box, so setting the lxc.utsname will set the ohostname. 127.0.0.1 will only point to localhost DHCP_HOSTNAME is set to the utsname so using dnsmasq to assign static IPs is easy

1 provider for this version.
  • lxc
    unknown Hosted by Vagrant Cloud (133 MB)