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:
parent
56f0efbe29
commit
e0f1ccc2dc
9
Vagrantfile
vendored
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
|
||||
|
Loading…
Reference in New Issue
Block a user