providers/docker: doesn't support NFS if b2d [GH-3510]

This commit is contained in:
Mitchell Hashimoto 2014-04-21 20:37:58 -07:00
parent afd3f1ff43
commit 7cbef9b3d9
1 changed files with 3 additions and 0 deletions

View File

@ -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