사용자 도구

사이트 도구


vagrant

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant [2019/03/16 15:06]
kwon37xi
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''가 실행 성능이 더 좋다고함.
  
 ===== 기본 사용 ===== ===== 기본 사용 =====