Window 10에서 Docker 설치하기
지난번에 실패한 docker 설치 재시도!
- docker를 설치하려면 window 내에서 가상화 활성이 되어있어야 한다
- 설치된 CPU에 따라 (intel or AMD) 설정하는 방식이 다른데, 나의 경우는 AMD였음
- BIOS > Advanced(F7) > CPU Configuration > SVM Mode `Enabled` 설정
가상화 설정을 위한 참고 사이트
How can I enable virtualization (VT) on my PC?
How will this help? The steps listed throughout this article will help you to enable virtualization on your PC/Laptop. Since there are multiple steps involved in this, we have various links through...
support.bluestacks.com
가상화 설정 되었으니 docker를 깔아보실까... 했더니
이전 처럼 또 실패..!
난 Windows 10 Home인데 왜지 싶었는데..
알고보니 버전 문제 ㅠㅠㅋ
1903이어서 더 높은 버전인줄알았징..ㅎㅎ
How to install Windows 10 Home 19018 update?
I'm using windows home edition, I have the latest update installed 1909. I want to install docker for windows 10 home edition. It keeps saying Docker Desktop requires Windows 10 Pro/Enterprise (1...
superuser.com
Download Windows 10
If you downloaded an ISO file for Windows 10, the file is saved locally at the location you selected. If you have a third-party DVD burning program installed on your computer that you prefer to use for creating the installation DVD, that program might open
www.microsoft.com
다른 블로그들이나 문서보면 `Windows 기능 켜기/꺼기`안에 `Hyper-V`라고 되어있는데
그건 안보이고 `Windows 하이퍼바이저 플랫폼`만 노출되어 이걸로 체크 완료.
장치관리자에도 따로 노출되지 않더라
설치도 잘 되었으니 실행하면 되겠지!... 했더니만..
WSL 2 Linux 커널 업데이트
WSL 2 Linux 커널을 수동으로 업데이트하는 방법에 대한 지침입니다.
docs.microsoft.com
링크에서 파일 다운받아서 설치 후 Restart 버튼을 누르니 드디어 Docker가 실행 되었다