Created
November 1, 2025 13:57
-
-
Save mkaraki/ecb71baecea0747997a532bd906604d5 to your computer and use it in GitHub Desktop.
Docker Desktop for Windows install script with WSL 2 disk on D:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rem https://docs.docker.com/desktop/setup/install/windows-install/#install-from-the-command-line | |
| %1 install --accept-license --backend=wsl-2 --no-windows-containers --wsl-default-data-root=D:\DockerWSL | |
| echo %errorlevel% | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment