기타

[Mac] Parallels Desktop에서 Vagrant를 사용하는 방법

변군Dev 2022. 8. 22. 12:57
728x90

Parallels Desktop에서 Vagrant를 사용하는 방법(설치 실패)

mac os version(mac m1)

$ sw_vers
ProductName:	macOS
ProductVersion:	12.5.1
BuildVersion:	21G83

vagrent 설치

brew install vagrant
$ vagrant --version
Vagrant 2.3.0

vagrant-parallels 플러그인 설치

vagrant plugin install vagrant-parallels
$ vagrant plugin list
vagrant-parallels (2.2.5, global)
mkdir vagrant-test
cd vagrant-test

vagrant 이미지 검색

Discover Vagrant Boxes : https://app.vagrantup.com/boxes/search

 

vagrant init bento/ubuntu-20.04
vagrant up

 

참고URL

- https://www.vagrantup.com/downloads

- https://parallels.github.io/vagrant-parallels/docs/getting-started.html

- https://kb.parallels.com/en/122843

 

728x90