🧿How to move Distribution Data WSL to new Location
Get Started
ทำการตรวจสอบ Distribution ทั้งหมด
wsl -l -v
ทำการ Export Distribution Data
wsl --export docker-desktop docker-desktop.tar
ทำการ Unregister Distribution
wsl --unregister docker-desktop
ทำการ Import Data to new Location
wsl --import docker-desktop E:\wsl\docker-desktop docker-desktop.tar --version 2
อ่านเพิ่มเติม : https://bit.ly/3QkGFJ7
Last updated
Was this helpful?