HI all,
using vagrant 1.9.7 is it possile to set a network fileshare in the config.vm.box_url parameter space?
Using windows I can 'download' the file from the c:\ drive IE config.vm.box_url = "file://c:/path/to/./box" works fine
however
config.vm.box_url = "file://network/path/to/./box" doesnt work at all the following is displayed on running vagrant up:
An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
Any sugeestion on how to resolve this would be great
Thanks
Andy