Skip to content

Commit fddfedc

Browse files
aheckaevesdocker
andauthored
Fix the incorrect info to use a space between orgs for registry signi… (#22649)
…n enforcement ## Description We currently tell users to use a space between orgs when enforcing sign-in with multiple orgs via Windows registry. This is just not true. Multiple orgs have to be separated by being on multiple lines. Otherwise it will not work. ## Related issues or tickets https://docker.atlassian.net/browse/DDB-227 ## Reviews @aevesdocker - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
1 parent 2884f73 commit fddfedc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To enforce sign-in for Docker Desktop on Windows, you can configure a registry k
2727
> [!IMPORTANT]
2828
>
2929
> As of Docker Desktop version 4.36 and later, you can add more than one organization. With Docker Desktop version 4.35 and earlier, if you add more than one organization sign-in enforcement silently fails.
30-
3. Use your organization's name, all lowercase as string data. If you're adding more than one organization, make sure there is an empty space between each organization name.
30+
3. Use your organization's name, all lowercase as string data. If you're adding more than one organization, make sure they are all on their own line. Don't use any other separators such as spaces or commas.
3131
4. Restart Docker Desktop.
3232
5. When Docker Desktop restarts, verify that the **Sign in required!** prompt appears.
3333

0 commit comments

Comments
 (0)