Closed tpinne closed 8 years ago
Please try again with newest commit :)
BTW: I'm not shure if '~/Sites/_dev' is working, if not -> use full paths :)
OH BTW:
If you want to use Docker (and your files should be mounted into the VM) you have to use same paths for src
and target
. Docker runs on the VM and is searching inside the VM for host mounted shares so it must be the same.
So it's also a good idea to use full paths because ~ is not possible for target
I followed the description from https://markus-blaschke.de/2015/06/20/vagrant-docker-development-vm/ and get the following error during
vagrant up
. I don't have any idea how to proceed.System: OS X 10.11 VM: VirtualBox 5.10
The only thing I changed was in
vm.yml
the following lines. Because my home directory couldn't be mapped via NFS because all my other projects live somewhere deeper in my homedir and there have been other NFS exports which then conflicted.Besides of that I just started the machine.
Any hints on this?