LoginSignup
2
3

More than 5 years have passed since last update.

VagrantをGUI起動する(VirtualBox)

Posted at

Vagrantfile内の以下の記述をコメントアウトする

Vagrantfile
config.vm.provider :virtualbox do |vb|
  # Don't boot with headless mode
  vb.gui = true

  # Use VBoxManage to customize the VM. For example to change memory:
  vb.customize ["modifyvm", :id, "--memory", "1024"]
end
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3