How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "contiv/k8s-centos"
end
vagrant init contiv/k8s-centos
vagrant up
This version was created over 7 years ago.
There isn't a description.
This version was created over 8 years ago.
Pre-installed OVS and a few other packages to speed up bring up.
This version was created over 8 years ago.
Added rsync
This version was created over 8 years ago.
Initial version