mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-08 05:51:31 +02:00
fix(coreos-base/oem-vagrant): disable VBox's shared files
This commit is contained in:
parent
015746fd5e
commit
1f414f4f3b
@ -19,6 +19,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provider :virtualbox do |vb|
|
||||
# Guest Additions are unavailable.
|
||||
vb.check_guest_additions = false
|
||||
vb.functional_vboxsf = false
|
||||
|
||||
# Fix docker not being able to resolve private registry in VirtualBox
|
||||
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user