문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
vagrant:windows_box [2020/02/29 22:19] kwon37xi [Window 10 MS Edge Box] |
— (현재) | ||
---|---|---|---|
줄 1: | 줄 1: | ||
- | ====== Vagrant Windows Box ====== | ||
- | * [[: | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ===== Window 10 MS Edge Box ===== | ||
- | * [[windows: | ||
- | * '' | ||
- | * 혹은 [[https:// | ||
- | * [[https:// | ||
- | * 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:// | ||
- | * 변형된 box | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | <code sh> | ||
- | # box 다운로드가 매우 느리므로 연결이 안정적인 곳(유선랜) 등에서 할 것 | ||
- | |||
- | wget https:// | ||
- | unzip MSEdge/ | ||
- | vagrant box add msedge-win10 " | ||
- | |||
- | vagrant init msedge-win10 | ||
- | vagrant up | ||
- | </ | ||
- | |||
- | ==== 더 정리할것 ==== | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | |||
- | ===== Windows 10 박스 ===== | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | < | ||
- | vagrant init kyungw00k/ | ||
- | vagrant rdp | ||
- | </ | ||
- | |||
- | ===== RDesktop ===== | ||
- | * '' | ||
- | * 이후< | ||
- | # vagrant 디렉토리로 이동 후 | ||
- | vagrant rdp | ||
- | </ | ||