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: v.gui = false As I believe this is what VirtualBox VM's need to be configured as "headless".
Unfortunately, headless mode is not available in Parallels Desktop yet. https://github.com/Parallels/vagrant-parallels/issues/39