Part 1 (แพลนมี Part 2 แหล่ะ จะพยายามมีวินัยมาบล็อกเก็บไว้ ^_^) เบื้องต้นคือ Windows เองต้องรองรับและเปิด WSL2 ขั้นตอนการเปิดก็ตามนี้ 1. Enable Windows Subsystem for Linux (WSL) dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 2. Enable Windows Virtual Machine Platform dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 3. อัพเดต Linux kernel to the latest version ดาวน์โหลดแพคเกจ WSL2 Linux kernel update MSI package for x64 …
Continue reading “Run containers with Podman on WSL2 Part 1”