사용자 도구

사이트 도구


vagrant:windows_box

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
vagrant:windows_box [2020/02/29 22:19]
kwon37xi [Window 10 MS Edge Box]
vagrant:windows_box [2020/07/20 22:31]
kwon37xi [Window 10 MS Edge Box]
줄 13: 줄 13:
   * 혹은 [[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 을 못한다.   * [[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.+    * 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   * 변형된 box
 +    * [[https://app.vagrantup.com/kganguly/boxes/MSEdge-Win10|Vagrant box kganguly/MSEdge-Win10 - Vagrant Cloud]] : private network 상에서 winrm 이 작동하게 만들어진 버전
     * [[https://app.vagrantup.com/chingc/boxes/win10|Vagrant box chingc/win10 - Vagrant Cloud]]     * [[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>
 # box 다운로드가 매우 느리므로 연결이 안정적인 곳(유선랜) 등에서 할 것 # box 다운로드가 매우 느리므로 연결이 안정적인 곳(유선랜) 등에서 할 것