WSL docker安装到D盘

start /w "" "Docker Desktop Installer.exe" install -accept-license  --installation-dir=D:\Docker --wsl-default-data-root=D:\Docker\images

参考: https://stackoverflow.com/questions/75727062/how-to-install-docker-desktop-on-a-different-drive-on-windows-10