providers/docker: doesn't support NFS if b2d [GH-3510]
This commit is contained in:
parent
afd3f1ff43
commit
7cbef9b3d9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user