Skip to content

Instantly share code, notes, and snippets.

@Jonty
Created March 4, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jonty/f929b75cab5bad806260 to your computer and use it in GitHub Desktop.
Save Jonty/f929b75cab5bad806260 to your computer and use it in GitHub Desktop.
Start kitchen-vagrant VM's in headed mode
~/.vagrant.d/Vagrantfile
Vagrant.configure('2') do |config|
config.vm.provider "virtualbox" do |v|
v.gui = true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment