Kenneth_Snyder
Bit poster
When I start vagrant with vagrant up I'd like start the VM but not have a terminal window pop up. If I want to access this machine I'll do this from OSX terminal with vagrant ssh. Anyway, starting the parallels terminal window seems to be the default behaviour but is there a way to stop this behaviour with configuration? I had originally thought I could add the following to my Vagrantfile:
As I believe this is what VirtualBox VM's need to be configured as "headless".
v.gui = false
As I believe this is what VirtualBox VM's need to be configured as "headless".