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.
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