사용자 도구

사이트 도구


vagrant:windows_box

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant:windows_box [2020/02/26 12:46]
kwon37xi
vagrant:windows_box [2020/02/29 22:19]
kwon37xi [Window 10 MS Edge Box]
줄 12: 줄 12:
   * '' Windows 10 with MSEdge (updated box)'' : http://aka.ms/msedge.win10.vagrant 실제로는 ZIP 파일이다. 다운로드 해서 unzip 할것.   * '' Windows 10 with MSEdge (updated box)'' : http://aka.ms/msedge.win10.vagrant 실제로는 ZIP 파일이다. 다운로드 해서 unzip 할것.
   * 혹은 [[https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/|Download Virtual Machines]] 에서 MS Edge Windows 10 Vagrant Box를 다운로드 한다.   * 혹은 [[https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/|Download Virtual Machines]] 에서 MS Edge Windows 10 Vagrant Box를 다운로드 한다.
 +  * [[https://stackoverflow.com/a/41471865/1051402|Can't get modernIE's vagrant specific box to work with vagrant]]의 답변에 따르면 WinRM 이 설치는 돼 있으나 설정이 잘못돼 있어서 vagrant 가 접속해서 provisioning 을 못한다.
 +    * For that you need to manually boot the VM with getting the timeout error, go into Local Security Policy / Network List Management Policies, double klick on Network, go to tab Network Location and set the Location type to private and the User permissions to User can change location.
 +
   * [[https://gist.github.com/santrancisco/a7183470efa0e3412222670d0bfb3da5|이거 더 참조할것]]   * [[https://gist.github.com/santrancisco/a7183470efa0e3412222670d0bfb3da5|이거 더 참조할것]]
 +  * 변형된 box
 +    * [[https://app.vagrantup.com/chingc/boxes/win10|Vagrant box chingc/win10 - Vagrant Cloud]]
 +    * [[https://app.vagrantup.com/kganguly/boxes/MSEdge-Win10|Vagrant box kganguly/MSEdge-Win10 - Vagrant Cloud]]
  
 <code sh> <code sh>
줄 34: 줄 40:
 ===== Windows 10 박스 ===== ===== 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 만들기]]
 +  * [[https://github.com/jnyryan/vagrant-windows10|jnyryan/vagrant-windows10: A windows 10 virtual machine setup to run under VagrantUp and VirtualBox]]
   * [[https://huestones.co.uk/2015/08/creating-a-windows-10-base-box-for-vagrant-with-virtualbox/|Creating a Windows 10 Base Box for Vagrant with VirtualBox | HueStones]]   * [[https://huestones.co.uk/2015/08/creating-a-windows-10-base-box-for-vagrant-with-virtualbox/|Creating a Windows 10 Base Box for Vagrant with VirtualBox | HueStones]]
 <code> <code>