Using executables/programs installed in vagrant vm from the host

时间:2015-07-28 15:39:37

标签: vagrant vagrantfile vagrant-plugin vagrant-provision

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?

1 个答案:

答案 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.