|
| 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 |
0 commit comments