diff --git a/plugins/providers/docker/hostmachine/Vagrantfile b/plugins/providers/docker/hostmachine/Vagrantfile index 38856c3e1..a16342288 100644 --- a/plugins/providers/docker/hostmachine/Vagrantfile +++ b/plugins/providers/docker/hostmachine/Vagrantfile @@ -7,4 +7,7 @@ Vagrant.configure("2") do |config| v.check_guest_additions = false v.functional_vboxsf = false end + + # b2d doesn't support NFS + config.nfs.functional = false end