사용자 도구

사이트 도구


vagrant

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant [2019/07/25 13:20]
kwon37xi [libvirt]
vagrant [2019/08/14 14:39]
kwon37xi
줄 4: 줄 4:
   * 개발 서버 환경 구축하기   * 개발 서버 환경 구축하기
   * https://github.com/box-cutter   * https://github.com/box-cutter
 +  * [[http://www.vagrantbox.es/|A list of base boxes for Vagrant - Vagrantbox.es]]
  
 ===== Install ===== ===== Install =====
줄 17: 줄 18:
   * [[https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/|How to Use Vagrant with Libvirt on Linux - Computing for Geeks]]   * [[https://computingforgeeks.com/using-vagrant-with-libvirt-on-linux/|How to Use Vagrant with Libvirt on Linux - Computing for Geeks]]
   * [[https://blog.scottlowe.org/2017/12/06/using-vagrant-with-libvirt-on-fedora/|Using Vagrant with Libvirt on Fedora 27 - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking]]   * [[https://blog.scottlowe.org/2017/12/06/using-vagrant-with-libvirt-on-fedora/|Using Vagrant with Libvirt on Fedora 27 - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking]]
-  * Linux 상에서   * ''libvirt'' + [[qemu|QEMU]]가 실행 성능이 더 좋다고함(거의 Native 수준).+  * Linux 상에서  ''libvirt'' + [[qemu|QEMU]]가 실행 성능이 더 좋다고함(거의 Native 수준).
   * [[linux:arch|Arch Linux]] 에서 설치하기<code sh>   * [[linux:arch|Arch Linux]] 에서 설치하기<code sh>
 # libvirtd 는 ebtables, dnsmasq 가 떠있ᅟ는 상태에서 실행해야 함. # libvirtd 는 ebtables, dnsmasq 가 떠있ᅟ는 상태에서 실행해야 함.
줄 33: 줄 34:
 vagrant up --provider=libvirt vagrant up --provider=libvirt
 </code> </code>
-  * 아직까지 네트워크 문제로 올바로 띄워보지 못함.  [[https://superuser.com/questions/1063240/libvirt-failed-to-initialize-a-valid-firewall-backend|networking - libvirt: "Failed to initialize a valid firewall backend" - Super User]]+ [[https://superuser.com/questions/1063240/libvirt-failed-to-initialize-a-valid-firewall-backend|networking - libvirt: "Failed to initialize a valid firewall backend" - Super User]]
 ===== 기본 사용 ===== ===== 기본 사용 =====
   * 박스를 검색해서 찾은뒤 사용법을 따라하면 된다.   * 박스를 검색해서 찾은뒤 사용법을 따라하면 된다.