Icon

Docker Desktop

Docker Desktop is a one-click-install application for Mac, Linux, and Windows that lets you build, share, and run containerized applications and microservices with an easy GUI and integration with Docker Hub and Kubernetes.
Latest: 4.70.0
Last checked: Jun 9, 2026 12:10am
Rank: 19/15140
Monitored via:
GitHub Releases Site Monitor Winget NVD CISA KEV
Follow to track new versions in your feed.
Report

Overview

0
License: UnknownInstaller: exe, dmg, pkg (Mac)Silent: YesWinget: Available
Silent install
"Docker Desktop Installer.exe" install



CPE
cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*

Version & Lifecycle

0
Current: 4.70.0 N-2: 4.68.0 Predicted EOL: 2025-12-31 Avg cadence: Every 12 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • March 21, 2026
0

Docker Desktop close-before-update note

For managed Docker Desktop updates, close the desktop application before starting the installer. If the app is left running, the update can fail or leave the install in an untrustworthy state: the MSI update can fail with <code>Exit Code 1</code> when Docker Desktop is open. Add a pre-close/check step for the app process in deployment tooling before retrying the update.

Official source: Docker Desktop official download/source page.

For managed Docker Desktop installs, choose the install scope explicitly. Docker documents per-user installs with "Docker Desktop Installer.exe" install --user and all-users installs with "Docker Desktop Installer.exe" install from an elevated context. For noninteractive acceptance, include --accept-license where appropriate. After an all-users install, make sure intended users are in the local docker-users group before expecting Hyper-V/Windows-container features to work.

Source: Docker Desktop official documentation.

Close Docker Desktop before managed upgrades. Leaving Docker Desktop running can cause update failures or leave services and application files in a partially updated state; verify Docker Desktop starts cleanly after deployment. Source: official Docker Desktop source.

For Docker Desktop packaging, use Docker’s official Windows installation/download documentation as the source of record and stage the installer in a local content repository before assignment. If an older packaging host cannot fetch the current Docker Desktop installer directly, replace the binary manually and record the staged version/hash rather than silently reusing an older cached installer.

Source: Docker Desktop official documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Known Vulnerabilities

0
  • CVE-2019-15752 7.8
  • CVE-2014-9357 10.0
  • CVE-2014-0048 9.8

Also known as

Other names people use for this app — helps search and matching.

Docker DesktopDocker Docker Desktop

Packaging Notes

0

Includes Docker Engine, CLI, Compose, Kubernetes, and other tools; supports Windows, Mac, and Linux; Windows installer supports WSL 2 and Hyper-V backends

Notes

0

Silent install command example for Windows: "Docker Desktop Installer.exe" install; Mac installation uses Docker.dmg with command line install; regularly updated with bug fixes and security patches.