How to use this box with Vagrant:

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

This version was created 5 months ago.

There isn't a description.

1 provider for this version.
  • virtualbox
    amd64 Hosted by Vagrant Cloud (1.41 GB)

This version was created 5 months ago.

Vagrant.configure("2") do |config|
  config.vm.box = "xiaoruizou/Anolis"
  config.vm.box_version = "8.8"
  config.vm.synced_folder ".", "/vagrant", disabled: true
  config.ssh.insert_key = false
end
1 provider for this version.
  • virtualbox
    amd64 Hosted by Vagrant Cloud (1.16 GB)