[WSL]
https://docs.microsoft.com/ko-kr/windows/wsl/install-win10#manual-installation-steps
Windows 10에 WSL 설치
Bash 터미널을 사용하여 Linux 배포(Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin 및 Alpine 포함)를 Windows 10 머신에 설치하는 방법을 알아봅니다.
docs.microsoft.com
1. Run winver.exe and check the version of Windows 10 is 2004 or higher
Ensure your machine is running Windows 10, updated to version 2004, Build 18362 or higher.
2. Run cmd.exe as admin and Enable the 'Windows Subsystem for Linux' and 'Virtual Machine feature'
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
3. Reboot the computer
4. Download and update Linux kernal
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
5. Set WSL 2 as the default version
wsl --set-default-version 2
* 0x80370102 error
: Windows 기능 켜기 끄기 > Enable Hyper-V
: BIOS > Enable CPU Virtualization (Intel Virtualization Technology, AMD SVM Mode)
[Ubuntu]
1. Download and install Linux distrubution
https://www.microsoft.com/store/apps/9n6svws3rx71
Ubuntu 20.04 LTS 구매 - Microsoft Store ko-KR
Microsoft Store에서 이 Windows 10용 앱을 다운로드하세요. 스크린샷을 보고, 최신 고객 리뷰를 읽고, Ubuntu 20.04 LTS에 대한 평점을 비교하세요.
www.microsoft.com
[Windows Terminal]
1. Download and install Windows Terminal
https://www.microsoft.com/store/productId/9N0DX20HK701
Get Windows Terminal - Microsoft Store
Download this app from Microsoft Store for Windows 10. See screenshots, read the latest customer reviews, and compare ratings for Windows Terminal.
www.microsoft.com
[Docker Desktop]
https://docs.docker.com/docker-for-windows/wsl/#download
Docker Desktop WSL 2 backend
docs.docker.com