사용자 도구

사이트 도구


vagrant

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant [2019/08/14 14:39]
kwon37xi
vagrant [2020/09/15 10:00]
kwon37xi [libvirt]
줄 3: 줄 3:
   * [[http://www.vagrantbox.es/|A list of base boxes for Vagrant - Vagrantbox.es]]   * [[http://www.vagrantbox.es/|A list of base boxes for Vagrant - Vagrantbox.es]]
   * 개발 서버 환경 구축하기   * 개발 서버 환경 구축하기
-  * https://github.com/box-cutter+  * [[https://github.com/boxcutter|Box Cutter Community-driven templates and tools for creating cloud, virtual machines, containers and metal operating system environments]]
  
 ===== Install ===== ===== Install =====
 +  * debian/ubuntu 은 https://www.vagrantup.com/downloads.html 에서 다운로드 하거나 ''vagrant'' 패키지를 설치하면 됨
   * [[https://wiki.archlinux.org/index.php/Vagrant|Arch Linux Vagrant]]<code sh>   * [[https://wiki.archlinux.org/index.php/Vagrant|Arch Linux Vagrant]]<code sh>
 sudo pacman -S vagrant sudo pacman -S vagrant
줄 13: 줄 14:
 </code> </code>
 ===== libvirt ===== ===== libvirt =====
- +  * [[libvirt|libvirt]] 
-  * [[https://github.com/vagrant-libvirt/vagrant-libvirt|vagrant-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]]   * [[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]]
줄 25: 줄 26:
 sudo systemctl enable --now libvertd.service sudo systemctl enable --now libvertd.service
  
-# 플러그이 설치+# 플러그인 설치
 vagrant plugin install vagrant-libvirt vagrant plugin install vagrant-libvirt
 # 잘 설치됐는지 확인 # 잘 설치됐는지 확인
줄 86: 줄 87:
   * [[http://www.slideshare.net/arawnkr/vagrant-chef|Vagrant와 chef로 개발서버 구축하기]]   * [[http://www.slideshare.net/arawnkr/vagrant-chef|Vagrant와 chef로 개발서버 구축하기]]
   * [[http://bcho.tistory.com/806|Vagrant를 이용한 개발환경 관리(간단한 VM관리)]]   * [[http://bcho.tistory.com/806|Vagrant를 이용한 개발환경 관리(간단한 VM관리)]]
 +  * [[http://taewan.kim/post/vagrant_intro/|내 친구 Vagrant를 소개합니다.]]