How to use this box with Vagrant:

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

This version was created 9 months ago.

阿里yum源、内核升级4.9.x、内核参数优化、禁用防火墙、禁用swap等

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (939 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1010 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.03 GB)