質問編集履歴

1

誤字

2020/01/17 04:39

投稿

mj864787x
mj864787x

スコア5

test CHANGED
File without changes
test CHANGED
@@ -196,6 +196,8 @@
196
196
 
197
197
  ーーーーーーーーー
198
198
 
199
+ この状態で再インストールして進めると
200
+
199
201
  手順の中の
200
202
 
201
203
  # Vagrantfileを編集して仮想マシンのIPアドレスを192.168.33.10にする
@@ -214,6 +216,34 @@
214
216
 
215
217
 
216
218
 
219
+ vagrant upをすると
220
+
221
+
222
+
223
+ command. Run `vagrant init` to create a new Vagrant environment. Or,
224
+
225
+ get an ID of a target machine from `vagrant global-status` to run
226
+
227
+ this command on. A final option is to change to a directory with a
228
+
229
+ Vagrantfile and to try again.
230
+
231
+
232
+
233
+ vagrant global-statusを実行すると
234
+
235
+ id name provider state directory
236
+
237
+ There are no active Vagrant environments on this computer! Or,
238
+
239
+ you haven't destroyed and recreated Vagrant environments that were
240
+
241
+ started with an older version of Vagrant.
242
+
243
+
244
+
245
+ 全てを綺麗に削除して再度インストールし直したいと考えています。
246
+
217
247
  長文になってしまい恐縮ですが何卒ご教示お願いします。
218
248
 
219
249