Skip to content

Commit d57b928

Browse files
authored
Merge pull request #22745 from aevesdocker/ENGDOCS-2680
desktop: ms store deploy
1 parent 859afee commit d57b928

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Install Docker Desktop from the Microsoft Store on Windows
3+
linkTitle: MS Store
4+
description: Install Docker Desktop for Windows through the Microsoft Store. Understand its update behavior and limitations.
5+
keywords: microsoft store, windows, docker desktop, install, deploy, configure, admin, mdm, intune, winget
6+
tags: [admin]
7+
weight: 30
8+
---
9+
10+
You can deploy Docker Desktop for Windows through the [Microsoft app store](https://apps.microsoft.com/detail/xp8cbj40xlbwkx?hl=en-GB&gl=GB).
11+
12+
The Microsoft Store version of Docker Desktop provides the same functionality as the standard installer but has a different update behavior depending on whether your developers install it themselves or if installation is handled by an MDM tool such as Intune. This is described in the following section.
13+
14+
Choose the installation method that best aligns with your environment's requirements and management practices.
15+
16+
## Update behavior
17+
18+
### Developer-managed installations
19+
20+
For developers who install Docker Desktop directly:
21+
22+
- The Microsoft Store does not automatically update Win32 apps like Docker Desktop for most users.
23+
- Only a subset of users (approximately 20%) may receive update notifications on the Microsoft Store page.
24+
- Most users must manually check for and apply updates within the Store.
25+
26+
### Intune-managed installations
27+
28+
In environments managed with Intune:
29+
- Intune checks for updates approximately every 8 hours.
30+
- When a new version is detected, Intune triggers a `winget` upgrade.
31+
- If appropriate policies are configured, updates can occur automatically without user intervention.
32+
- Updates are handled by Intune's management infrastructure rather than the Microsoft Store itself.
33+
34+
## WSL considerations
35+
36+
Docker Desktop for Windows integrates closely with WSL. When updating Docker Desktop installed from the Microsoft Store:
37+
- Make sure you have quit Docker Desktop and that it is no longer running so updates can complete successfully
38+
- In some environments, virtual hard disk (VHDX) file locks may prevent the update from completing.
39+
40+
## Recommendations for Intune management
41+
42+
If using Intune to manage Docker Desktop for Windows:
43+
- Ensure your Intune policies are configured to handle application updates
44+
- Be aware that the update process uses WinGet APIs rather than direct Store mechanisms
45+
- Consider testing the update process in a controlled environment to verify proper functionality

content/manuals/desktop/setup/install/enterprise-deployment/use-intune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy with Intune
33
description: Use Intune, Microsoft's cloud-based device management tool, to deploy Docker Desktop
44
keywords: microsoft, windows, docker desktop, deploy, mdm, enterprise, administrator, mac, pkg, dmg
55
tags: [admin]
6-
weight: 30
6+
weight: 40
77
aliases:
88
- /desktop/install/msi/use-intune/
99
- /desktop/setup/install/msi/use-intune/

content/manuals/desktop/setup/install/enterprise-deployment/use-jamf-pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy with Jamf Pro
33
description: Use Jamf Pro to deploy Docker Desktop for Mac
44
keywords: jamf, mac, docker desktop, deploy, mdm, enterprise, administrator, pkg
55
tags: [admin]
6-
weight: 40
6+
weight: 50
77
---
88

99
{{< summary-bar feature_name="Jamf Pro" >}}

0 commit comments

Comments
 (0)