Example URL to download directly (latest version):

$env:Path += ";C:\Program Files\Docker-CLI\docker" [Environment]::SetEnvironmentVariable("Path", $env:Path, "Machine")

If you have landed on this page searching for the phrase , you are likely a developer who wants to run containers on Windows without the overhead of a full installation wizard, or you might be troubleshooting a broken Docker Desktop setup.

$zipPath = "$env:TEMP\docker-cli.zip" Invoke-WebRequest -Uri $downloadUrl -OutFile $zipPath Expand-Archive -Path $zipPath -DestinationPath "$env:ProgramFiles\Docker-CLI" -Force

Download the latest .zip file containing docker.exe and dockerd.exe . Extract these files to a local folder (e.g., C:\Docker ).

You will likely need to restart your computer to finalize the WSL 2 kernel installation. 4. Manual Installation of Standalone Docker.exe If you are an advanced user who needs only the binaries: Navigate to the official Windows static binaries.

is checked (unless you have a specific reason to use Hyper-V). Finish & Restart : Follow the prompts and click Close and restart once the installation is complete.