mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
use the directory where the vagrantfile is located for mounting
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -37,7 +37,7 @@ def v10(config)
|
||||
# Share an additional folder to the guest VM. The first argument is
|
||||
# an identifier, the second is the path on the guest to mount the
|
||||
# folder, and the third is the path on the host to the actual folder.
|
||||
config.vm.share_folder "v-data", "~/docker", "~/docker"
|
||||
config.vm.share_folder "v-data", "~/docker", File.dirname(__FILE__)
|
||||
|
||||
# Enable provisioning with Puppet stand alone. Puppet manifests
|
||||
# are contained in a directory path relative to this Vagrantfile.
|
||||
|
||||
Reference in New Issue
Block a user