Vagrant не работает на Windows - PullRequest
0 голосов
/ 02 мая 2018

Я добавил Add a AWS Dummy box в vagrant Но когда я создаю сервер, я получаю следующую ошибку.

$ vagrant up aws
Bringing machine 'aws' up with 'virtualbox' provider...
==> aws: Box 'dummy' could not be found. Attempting to find and install...
aws: Box Provider: virtualbox
aws: Box Version: >= 0
==> aws: Box file was not detected as metadata. Adding it directly...
==> aws: Adding box 'dummy' (v0) for provider: virtualbox
aws: Downloading: ./boxes/dummy.box
aws:

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /C:/my_folder/boxes/dummy.boxhere

ПРИМЕЧАНИЕ. Это нормально работает на Mac. Вопрос только в windows

1 Ответ

0 голосов
/ 02 мая 2018

Возможно, вам придется вручную добавить поле и затем запустить vagrant.

vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box

После установки плагина (инструкция выше) самый быстрый способ чтобы начать, это на самом деле использовать пустышку AWS и указать все подробности вручную в блоке config.vm.provider. Итак, сначала добавьте пустышка под любым именем:

...