在哪里可以找到config.vm.boot_timeout?

问题描述:

我想在流浪汉中编辑config.vm.boot_timeout,因为我在启动流浪汉时遇到问题.在哪里可以找到config.vm.boot_timeout?应该输入什么值?我在Windows8.1 x86中

Hi I want to edit the config.vm.boot_timeout in vagrant because I am having problem in booting up the vagrant. where i can find the config.vm.boot_timeout ?and what value should i put ? I am in windows8.1 x86

预先谢谢你.

您需要运行vagrant命令来获取vagrant文​​件的位置.然后更改变量 config.vm.boot_timeout (参考)

You need to run vagrant command to get the location of the vagrant file. And then make changes to the variable config.vm.boot_timeout (Reference)

  1. 变量的默认值为300.您可以尝试更改默认值.
  2. 检查是否具有最新版本,并且与您的操作系统兼容.

按照给定的步骤此外,此处