0

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?

Arif Akram Khan
  • 119
  • 1
  • 7

1 Answers1

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.

Kulbhushan Singh
  • 627
  • 4
  • 20
  • Actually I want to use softwares installed on the vagrant vm from the host. I think the other way round you thought. – Arif Akram Khan Jul 28 '15 at 16:09
  • Inside vagrant what OS you have installed? or you can see this link and get some help # http://docs.vagrantup.com/v2/networking/forwarded_ports.html – Kulbhushan Singh Jul 29 '15 at 06:40