You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<string>Config profile to enforce Docker Desktop settings for allowed organizations.</string>
140
+
<key>PayloadOrganization</key>
141
+
<string>Your Company Name</string>
142
+
</dict>
143
+
</plist>
143
144
```
144
145
1. Replace placeholders:
145
146
- Change `com.yourcompany.docker.config` to your company identifier
146
147
- Replace `Your Company Name` with your organization name
148
+
- Replace `PayloadUUID` with a randomly generated UUID
147
149
- Update the `allowedOrgs` value with your organization names (separated by semicolons)
148
150
- Replace `company.proxy:port` with http/https proxy server host(or IP address) and port
149
151
1. Deploy the profile using your MDM solution.
150
-
1. Verify the profile appears in **System Settings** > **General** > **Device Management** under **Device (Managed)** profiles.
152
+
1. Verify the profile appears in **System Settings** > **General** > **Device Management** under **Device (Managed)**. Ensure the profile is listed with the correct name and settings.
153
+
154
+
Some MDM solutions allow specifying the payload as a plain dictionary of key-value settings without the full mobileconfig wrapper:
0 commit comments