Vagrant:vagrant up卡死
1. 环境
- OS:macOS 10.15.7
- Vagrant:Vagrant 2.2.14
- VirtualBox:6.1.18 r142142
- box:
- CentOS-7-x86_64-Vagrant-2004_01.VirtualBox.box
- box:
2. 错误日志
vagrant up日志:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'centos8'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: demo_default_1612023130938_87148
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
de

本文探讨了在Mac OS环境下,Vagrant 2.2.14配合VirtualBox 6.1.18遇到的vagrantup卡死问题,详细记录了错误日志,分析了可能的原因,并提供了两种独立的解决办法:一是通过VirtualBox UI启动,二是更新CentOS box到CentOS 8。
最低0.47元/天 解锁文章
808

被折叠的 条评论
为什么被折叠?



