We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206f9bb commit 84fab53Copy full SHA for 84fab53
Vagrantfile
@@ -1,6 +1,9 @@
1
# -*- mode: ruby -*-
2
# vi: set ft=ruby :
3
Vagrant.configure(2) do |config|
4
+
5
+ config.vagrant.plugins = ["vagrant-vbguest"]
6
7
config.vm.provider "virtualbox" do |vb|
8
# Display the VirtualBox GUI when booting the machine
9
# vb.gui = true
0 commit comments