Development
Windows 10 Home 에 Docker 설치하기
juniz
2020. 6. 3. 01:31
반응형
Windows 10 Home 에 Docker 설치하기
다른 블로그에서 레지스터리 등 수정하면서 시간을 낭비하다가.. 찾은 공식 문서 간단하게 정리
Docker docs 링크 [LINK]
System requirements
- Windows 10, version 2004 or higher
- Enable WSL 2 Feature on Windows [link]
Windows Subsystem for Linux 활성화 (Powershell Admin)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
* 윈도우 버전 확인 : win + R -> winvert
버전이 2004 이하일 경우 업데이트 필요
윈도우 참가자 프로그램 참여 후 업데이트 진행
Virtual Machine Platform 활성화
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
WSL 2 기본 버전 만들기
wsl --set-default-version 2
MS Store 에서 원하는 리눅스 설치 : 무난하게 쓰기엔 Ubuntu
Docker hub [Link] 에서 다운로드 후 설치
반응형