How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "shk/centos-stream-9-arm64"
end
vagrant init shk/centos-stream-9-arm64
vagrant up
This version was created 6 months ago.
You need to add following in Vagrantfile
to make it work
config.vm.provider 'vmware_fusion' do |p|
p.linked_clone = false
end
This version was created 6 months ago.
You need to add following in Vagrantfile
to make it work
config.vm.provider 'vmware_fusion' do |p|
p.linked_clone = false
end
This version was created 6 months ago.
You need to add following in Vagrantfile
to make it work
config.vm.provider 'vmware_fusion' do |p|
p.linked_clone = false
end