Vagrant box 不支持 provider 并行需要使用并行而不是带有 m1 芯片的 virtualbox

问题描述

我怎样才能用一个支持并行作为提供者的盒子替换这个 vagrant 盒子?我需要并行,因为 virtualbox 在 m1 macs 上不起作用。

我已经按照这些说明为 vagrant 安装了并行插件 https://kb.parallels.com/en/122843

Bringing machine 'forge_offers_core' up with 'parallels' provider...
==> forge_offers_core: Box 'damianlewis/lamp-php7.1' could not be found. Attempting to find and install...
    forge_offers_core: Box Provider: parallels
    forge_offers_core: Box Version: >= 0
==> forge_offers_core: Loading metadata for box 'damianlewis/lamp-php7.1'
    forge_offers_core: URL: https://vagrantcloud.com/damianlewis/lamp-php7.1
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud,make sure the box is
released.

Name: damianlewis/lamp-php7.1
Address: https://vagrantcloud.com/damianlewis/lamp-php7.1
Requested provider: [:parallels]

Vagrantfile 中的代码


Vagrant.configure("2") do |config|
  config.vm.box = "damianlewis/lamp-php7.1"

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)