mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-08 22:12:22 +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|
|
config.vm.provider :virtualbox do |vb|
|
||||||
# Guest Additions are unavailable.
|
# Guest Additions are unavailable.
|
||||||
vb.check_guest_additions = false
|
vb.check_guest_additions = false
|
||||||
|
vb.functional_vboxsf = false
|
||||||
|
|
||||||
# Fix docker not being able to resolve private registry in VirtualBox
|
# Fix docker not being able to resolve private registry in VirtualBox
|
||||||
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user