Is it possible to use a software/program (e.g. java/ maven) installed in vagrant vm from the host machine? Like placing the executable in the synced folder?
答案 0 :(得分:0)
You can mount an external folder(host machine) on Vagrant.
While bringing vagrant up you can use option "-v" and provide source path and target path.
Hope this helps.