사용자 도구

사이트 도구


vagrant

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant [2018/09/03 14:52]
kwon37xi [Hyper-V]
vagrant [2019/07/19 13:16]
kwon37xi
줄 4: 줄 4:
   * 개발 서버 환경 구축하기   * 개발 서버 환경 구축하기
   * https://github.com/box-cutter   * https://github.com/box-cutter
 +
 +===== Install =====
 +  * [[https://wiki.archlinux.org/index.php/Vagrant|Arch Linux Vagrant]]<code sh>
 +sudo pacman -S vagrant
 +</code>
 +
 +===== libvirt =====
 +  * [[https://github.com/vagrant-libvirt/vagrant-libvirt|ᅟvagrant-libvirt]]
 +  * [[https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/|How to Use Vagrant with Libvirt on Linux - Computing for Geeks]]
 +  * Linux 상에서 ''libvirt'' + ''QEMU''가 실행 성능이 더 좋다고함.
  
 ===== 기본 사용 ===== ===== 기본 사용 =====
줄 39: 줄 49:
  
 </code> </code>
 +
 +===== vagrant-aws =====
 +  * [[https://github.com/mitchellh/vagrant-aws|vagrant-aws]]
 +  * vagrant 로 AWS EC2 인스턴스 제어
  
 ===== 참조 ===== ===== 참조 =====