Wingetlywingetly
← All apps

Docker Desktop

by Docker Inc.v4.90.0

Last updated

An application for the building and sharing of containerized applications.

Install with winget

$ winget install --id Docker.DockerDesktop --exact --version 4.90.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Docker Desktop

Docker Desktop uses EXE. The silent install switches are install --quiet.

One-line silent install (x64, machine scope)
Docker%20Desktop%20Installer.exe install --quiet --accept-license --backend=wsl-2 --no-windows-containers

See the full silent install reference for Docker Desktop

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes.

Installers · v4.90.0

ArchitectureTypeScopeInstallDownload
x64EXEmachineDirect
arm64EXEmachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

13 known CVEs via NVD

  • high7.8Patched in wingetCVE-2026-2664affects before 4.62.0Feb 23, 2026

    An out of bounds read vulnerability in the grpcfuse kernel module present in the Linux VM in Docker Desktop for Windows, Linux and macOS up to version 4.61.0 could allow a local attacker to cause an unspecified impact by writing to /proc/docker entries. The issue has been fixed...

  • high7.8Patched in wingetCVE-2025-3224affects before 4.41.0Apr 28, 2025

    A vulnerability in the update process of Docker Desktop for Windows versions prior to 4.41.0 could allow a local, low-privileged attacker to escalate privileges to SYSTEM. During an update, Docker Desktop attempts to delete files and subdirectories under the path C:\ProgramData\...

  • critical9.8Patched in wingetCVE-2024-8696affects before 4.34.2Sep 12, 2024

    A remote code execution (RCE) vulnerability via crafted extension publisher-url/additional-urls could be abused by a malicious extension in Docker Desktop before 4.34.2.

  • critical9.8Patched in wingetCVE-2024-8695affects before 4.34.2Sep 12, 2024

    A remote code execution (RCE) vulnerability via crafted extension description/changelog could be abused by a malicious extension in Docker Desktop before 4.34.2.

  • high7.0Patched in wingetCVE-2024-6222affects before 4.29.0Jul 9, 2024

    In Docker Desktop before v4.29.0, an attacker who has gained access to the Docker Desktop VM through a container breakout can further escape to the host by passing extensions and dashboard related IPC messages. Docker Desktop v4.29.0 https://docs.docker.com/desktop/release-not...

  • medium6.1Patched in wingetCVE-2024-5652affects before 4.31.0Jul 9, 2024

    In Docker Desktop on Windows before v4.31.0 allows a user in the docker-users group to cause a Windows Denial-of-Service through the exec-path Docker daemon config option in Windows containers mode.

  • medium6.3Patched in wingetCVE-2022-38730affects before 4.6.0Apr 27, 2023

    Docker Desktop for Windows before 4.6 allows attackers to overwrite any file through the windowscontainers/start dockerBackendV2 API by controlling the data-root field inside the DaemonJSON field in the WindowsContainerStartRequest class. This allows exploiting a symlink vulnera...

  • high7.8Patched in wingetCVE-2022-37326affects before 4.6.0Apr 27, 2023

    Docker Desktop for Windows before 4.6.0 allows attackers to delete (or create) any file through the dockerBackendV2 windowscontainers/start API by controlling the pidfile field inside the DaemonJSON field in the WindowsContainerStartRequest class. This can indirectly lead to pri...

Showing 8 of 13. Source: NVD, updated 6h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Docker SandboxesDocker Inc.
    Docker.sbxv0.42.1

    Docker Sandboxes gives agents safe, isolated environments to work in.

  • Docker CLIDocker Inc.
    Docker.DockerCLIv29.8.0

    Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications.

  • D
    Docker ComposeDocker Inc.
    Docker.DockerComposev5.5.1

    docker-compose plugin for docker cli

  • Docker Desktop EdgeDocker Inc.
    Docker.DockerDesktopEdgev2.5.4.50534

    Docker Desktop is an application for MacOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes.

  • D
    Docker BuildxDocker Inc.
    Docker.Buildxv0.37.0

    Docker CLI plugin for extended build capabilities with BuildKit

  • D
    dmrDocker Inc.
    Docker.dmrv0.1.0

    Standalone Docker Model Runner - run local AI models with no Docker Desktop or Engine required.

More from Docker Inc. or browse container, containerization, develop.

Frequently asked questions

How do I install Docker Desktop on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Docker.DockerDesktop --exact --version 4.90.0. winget downloads the installer from Docker Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Docker Desktop silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Docker.DockerDesktop --exact 4.90.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Docker Desktop?
Docker Desktop uses EXE. Run the downloaded installer with: Docker%20Desktop%20Installer.exe install --quiet --accept-license --backend=wsl-2 --no-windows-containers. The silent switches are install --quiet.
How do I uninstall Docker Desktop via winget?
Run: winget uninstall --id Docker.DockerDesktop --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Docker Desktop's Apps & Features entry.
Is Docker Desktop free?
Docker Desktop is distributed under Proprietary. Refer to the publisher (https://www.docker.com/products/docker-desktop) for the full license terms - Wingetly itself does not charge for installation.
Does Docker Desktop work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Docker Desktop directly from the publisher.
How do I keep Docker Desktop up to date?
Run winget upgrade --id Docker.DockerDesktop --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Docker Desktop from microsoft/winget-pkgs.

Recent versions

  • 4.90.0latest
  • 4.89.0
  • 4.88.1
  • 4.88.0
  • 4.87.0
  • 4.86.0
  • 4.85.0
  • 4.84.0
  • 4.83.0
  • 4.82.0