Update host_machine_build_dir.rb

This commit is contained in:
cubetto 2015-02-07 20:33:55 -03:00
parent b2c722ef54
commit 2e659bf12c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module VagrantPlugins
# We're on a host VM, so we need to move our build dir to # 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 # that machine. We do this by putting the synced folder on
# ourself and letting HostMachineSyncFolders handle it. # 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 = { options = {
docker__ignore: true, docker__ignore: true,
docker__exact: true, docker__exact: true,