"No usable default provider could be found for your system."의 두 판 사이의 차이

 
39번째 줄: 39번째 줄:
==같이 보기==
==같이 보기==
* [[vagrant up]]
* [[vagrant up]]
* [[vagrant plugin list]]


==참고==
==참고==

2020년 1월 18일 (토) 18:45 기준 최신판

1 개요[ | ]

No usable default provider could be found for your system.
PS C:\Users\Jmnote\mybox> vagrant up
No usable default provider could be found for your system.

Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox, which
is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details about
why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more specific
error message for that particular provider.

2 해결방법[ | ]

  • provider가 hyperv 라면... 관리자 모드에서 실행
PS C:\Users\Jmnote\mybox> vagrant up
Bringing machine 'server1' up with 'hyperv' provider...
==> server1: Verifying Hyper-V is enabled...
==> server1: Verifying Hyper-V is accessible...
==> server1: Importing a Hyper-V instance
    server1: Creating and registering the VM...
... (생략)
  • provider가 aws라면... 플러그인이 설치되었는지 확인
user01@localhost:~$ vagrant plugin list
No plugins installed.

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}