사용자 도구

사이트 도구


vagrant

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant [2018/02/28 10:14]
kwon37xi
vagrant [2019/03/16 15:06]
kwon37xi
줄 22: 줄 22:
 # 원하는 box를 다운로드 # 원하는 box를 다운로드
 wget https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.5.0/providers/virtualbox.box wget https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.5.0/providers/virtualbox.box
 +
 +# vagrant에 등록
 vagrant box add laravel/homestead file:///c:/users/idecardo/downloads/virtualbox.box vagrant box add laravel/homestead file:///c:/users/idecardo/downloads/virtualbox.box
 </code> </code>
 +
 +===== Hyper-V =====
 +  * [[windows:hyper_v|Hyper-V]] Provider
 +  * https://www.vagrantup.com/docs/hyperv/
 +  * Default 설정을 해두면 ''--provider'' 옵션 불필요<code>
 +VAGRANT_DEFAULT_PROVIDER=hyperv
 +</code>
 +<code sh>
 +# 관리자 권한으로
 +vagrant up --provider=hyperv
 +
 +
 +</code>
 +
 +===== vagrant-aws =====
 +  * [[https://github.com/mitchellh/vagrant-aws|vagrant-aws]]
 +  * vagrant 로 AWS EC2 인스턴스 제어
  
 ===== 참조 ===== ===== 참조 =====