Skip to content

Commit 887fcd2

Browse files
desktop: add faq for MDMs (#22630)
## Description - Adds FAQ for MDMs, specifically about needing to deploy settings in separate files ## Related issues or tickets - https://docker.slack.com/archives/C04300R4G5U/p1747051871059429 - https://docker.atlassian.net/browse/ENGDOCS-2613 - ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent da86a32 commit 887fcd2

File tree

1 file changed

+15
-1
lines changed
  • content/manuals/desktop/setup/install/enterprise-deployment

1 file changed

+15
-1
lines changed

content/manuals/desktop/setup/install/enterprise-deployment/faq.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,18 @@ Add-LocalGroupMember -Group $Group -Member $CurrentUser
8383

8484
> [!NOTE]
8585
>
86-
> After adding a new user to the `docker-users` group, the user must sign out and then sign back in for the changes to take effect.
86+
> After adding a new user to the `docker-users` group, the user must sign out and then sign back in for the changes to take effect.
87+
88+
## MDM
89+
90+
Common questions about deploying Docker Desktop using mobile device management
91+
(MDM) tools such as Jamf, Intune, or Workspace ONE.
92+
93+
### Why doesn't my MDM tool apply all Docker Desktop configuration settings at once?
94+
95+
Some MDM tools, such as Workspace ONE, may not support applying multiple
96+
configuration settings in a single XML file. In these cases, you may need to
97+
deploy each setting in a separate XML file.
98+
99+
Refer to your MDM provider's documentation for specific deployment
100+
requirements or limitations.

0 commit comments

Comments
 (0)