Update host_machine_build_dir.rb
This commit is contained in:
parent
b2c722ef54
commit
2e659bf12c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue