File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
content/manuals/security/for-admins/enforce-sign-in Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,16 @@ There are many ways to deploy the registry key, for example using an MDM solutio
5151
5252> [ !NOTE]
5353>
54- > The configuration profiles method is available with Docker Desktop version 4.35 and later.
54+ > The configuration profiles method is in [ Early Access] ( /manuals/release-lifecycle.md )
55+ > and is available with Docker Desktop version 4.36 and later.
5556
5657Configuration profiles are a feature of macOS that let administrators distribute
5758configuration information to the Macs they manage. It is the safest method to
5859enforce sign-in on macOS because the installed configuration profiles are
5960protected by Apples' System Integrity Protection (SIP) and can therefore not be
6061tampered with by the users.
6162
62- 1 . Save the the following XML code to a file with the suffix ` .mobileconfig ` , for example
63+ 1 . Save the following XML code to a file with the suffix ` .mobileconfig ` , for example
6364 ` docker.mobileconfig ` :
6465
6566
@@ -110,15 +111,8 @@ tampered with by the users.
1101112 . Change the placeholder ` Your Company Name ` to the name of your company.
111112
1121133 . Add your organization name. The names of the allowed organizations are stored in the ` allowedOrgs `
113- property. It can contain either the name of a single organization
114-
115- ``` xml
116- <key >allowedOrgs</key >
117- <string >yourcompany</string >
118- ```
119-
120- or a list of organization names, separated by semicolon:
121-
114+ property. It can contain either the name of a single organization or a list of organization names,
115+ separated by semicolon:
122116
123117 ``` xml
124118 <key >allowedOrgs</key >
You can’t perform that action at this time.
0 commit comments