teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

修正しました

2018/08/18 13:52

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -17,19 +17,8 @@
17
17
  VirtualBox の起動設定の変更
18
18
  まず、 Vagrantfile のvb.gui = true の行を有効にします。
19
19
  注意:このファイルはお使いのVagrantfileによって場所や記載内容が異なります
20
+ この内容は以下省略します。
20
21
 
21
-
22
- # Provider-specific configuration so you can fine-tune various
23
- # backing providers for Vagrant. These expose provider-specific options.
24
- # Example for VirtualBox:
25
- #
26
- config.vm.provider :virtualbox do |vb|
27
- #
28
- vb.gui = true
29
- #
30
- # # Use VBoxManage to customize the VM. For example to change memory:
31
- # vb.customize ["modifyvm", :id, "--memory", "1024"]
32
- end
33
22
  Linuxの起動とログイン
34
23
  つぎに vagrantでLinuxを起動します。おそらくtext modeでしょう。
35
24