From 2e659bf12c787ce2d19bc712352b63ad61873f7d Mon Sep 17 00:00:00 2001 From: cubetto Date: Sat, 7 Feb 2015 20:33:55 -0300 Subject: [PATCH] Update host_machine_build_dir.rb --- plugins/providers/docker/action/host_machine_build_dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/providers/docker/action/host_machine_build_dir.rb b/plugins/providers/docker/action/host_machine_build_dir.rb index f43032631..4508e8c24 100644 --- a/plugins/providers/docker/action/host_machine_build_dir.rb +++ b/plugins/providers/docker/action/host_machine_build_dir.rb @@ -28,7 +28,7 @@ module VagrantPlugins # We're on a host VM, so we need to move our build dir to # that machine. We do this by putting the synced folder on # ourself and letting HostMachineSyncFolders handle it. - new_build_dir = "/mnt/docker_build_#{Digest::MD5.hexdigest(build_dir)}" + new_build_dir = "/var/lib/docker/docker_build_#{Digest::MD5.hexdigest(build_dir)}" options = { docker__ignore: true, docker__exact: true,