사용자 도구

사이트 도구


vagrant:windows_box

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant:windows_box [2019/08/19 13:38]
kwon37xi
vagrant:windows_box [2019/11/18 15:32]
kwon37xi
줄 1: 줄 1:
 ====== Vagrant Windows Box ====== ====== Vagrant Windows Box ======
   * [[http://www.vagrantbox.es/|Vagrant Boxes]] 에서 Windows 로 확인   * [[http://www.vagrantbox.es/|Vagrant Boxes]] 에서 Windows 로 확인
-  * [[http://www.hurryupandwait.io/blog/in-search-of-a-light-weight-windows-vagrant-box|In search of a light weight windows vagrant box]]+  * [[http://www.hurryupandwait.io/blog/creating-windows-base-images-for-virtualbox-and-hyper-v-using-packer-boxstarter-and-vagrant|Creating windows base images using Packer and Boxstarter]]
   * [[https://www.microsoft.com/en-us/evalcenter/|Windows Evaluation Download]]   * [[https://www.microsoft.com/en-us/evalcenter/|Windows Evaluation Download]]
   * [[https://codeblog.dotsandbrackets.com/vagrant-windows/|Using Vagrant for Windows VMs provisioning - Dots and Brackets: Code Blog]]   * [[https://codeblog.dotsandbrackets.com/vagrant-windows/|Using Vagrant for Windows VMs provisioning - Dots and Brackets: Code Blog]]
  
-====== Windows 10 박스 ======+===== Window 10 MS Edge Box ===== 
 +  * '' Windows 10 with MSEdge (updated box)'' : http://aka.ms/msedge.win10.vagrant 
 + 
 +<code sh> 
 +vagrant box add mswind10edge http://aka.ms/msedge.win10.vagrant 
 +vagrant init mswin10edge 
 +vagrant up 
 +</code> 
 + 
 +===== Windows 10 박스 =====
   * [[https://kyungw00k.github.io/2015/09/09/windows-10-vagrant-box-%EB%A7%8C%EB%93%A4%EA%B8%B0/|Windows 10 Vagrant Box 만들기]]   * [[https://kyungw00k.github.io/2015/09/09/windows-10-vagrant-box-%EB%A7%8C%EB%93%A4%EA%B8%B0/|Windows 10 Vagrant Box 만들기]]
 <code> <code>