1
0
mirror of https://github.com/containers/youki synced 2024-11-09 19:25:15 +01:00

remove each platform-specific setting in Vagrantfile

This commit is contained in:
utam0k 2021-07-04 14:55:39 +09:00
parent 56f0efbe29
commit e0f1ccc2dc

9
Vagrantfile vendored

@ -3,15 +3,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "fedora/33-cloud-base"
config.vm.provider :virtualbox do |v|
v.memory = 2048
v.cpus = 2
end
config.vm.provider :libvirt do |v|
v.memory = 2048
v.cpus = 2
end
config.vm.synced_folder '.', '/vagrant', disabled: true
config.vm.provision "shell", inline: <<-SHELL