Skip to content

Commit dd58419

Browse files
aheckaevesdocker
andauthored
Apply suggestions from code review
Co-authored-by: Allie Sadler <[email protected]>
1 parent c530318 commit dd58419

File tree

1 file changed

+9
-7
lines changed
  • content/manuals/security/for-admins/enforce-sign-in

1 file changed

+9
-7
lines changed

content/manuals/security/for-admins/enforce-sign-in/methods.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ There are many ways to deploy the registry key, for example using an MDM solutio
4747
7. Test the GPO. Test the GPO on a small set of machines first to ensure it behaves as expected. You can use the `gpupdate /force` command on a test machine to manually refresh its group policy settings and check the registry to confirm the changes.
4848
8. Once verified, you can proceed with broader deployment. Monitor the deployment to ensure the settings are applied correctly across the organization's computers.
4949

50-
## Configuration Profiles method (Mac only)
50+
## Configuration profiles method (Mac only)
5151

5252
> [!NOTE]
5353
>
5454
> The configuration profiles method is available with Docker Desktop version 4.35 and later.
5555
56-
Configuration Profiles are a feature of macOS that allows administrators to distribute
57-
configuration information to the Macs they manage. Is is the safest method to
56+
Configuration profiles are a feature of macOS that let administrators distribute
57+
configuration information to the Macs they manage. It is the safest method to
5858
enforce sign-in on macOS because the installed configuration profiles are
5959
protected by Apples' System Integrity Protection (SIP) and can therefore not be
6060
tampered with by the users.
6161

62-
1. Save the the following XML code to a file with the suffix `.mobileconfig` (e.g.
63-
`docker.mobileconfig`):
62+
1. Save the the following XML code to a file with the suffix `.mobileconfig`, for example
63+
`docker.mobileconfig`:
6464

6565

6666
```xml
@@ -109,7 +109,7 @@ tampered with by the users.
109109

110110
2. Change the placeholder `Your Company Name` to the name of your company.
111111

112-
3. The names of the allowed organizations are stored in the `allowedOrgs`
112+
3. Add your organization name. The names of the allowed organizations are stored in the `allowedOrgs`
113113
property. It can contain either the name of a single organization
114114

115115
```xml
@@ -126,7 +126,9 @@ tampered with by the users.
126126
```
127127

128128
4. Use a MDM solution to distribute your modified `.mobileconfig` file to your
129-
macOS clients. Sign-in is now enforced on all of those devices.
129+
macOS clients.
130+
131+
Sign-in is now enforced on all of those devices.
130132

131133

132134
## plist method (Mac only)

0 commit comments

Comments
 (0)