Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ To configure the registry key method manually:

Deploy the registry key across your organization using Group Policy:

1. Create a registry script with the required key structure.
1. Create a registry script with the required key structure:
- Key: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Docker\Docker Desktop`
- Value name: `allowedOrgs`
- Value type: Multi-string
- Value data: Your organization names, one per line
1. In Group Policy Management, create or edit a GPO.
1. Navigate to **Computer Configuration** > **Preferences** > **Windows Settings** > **Registry**.
1. Right-click **Registry** > **New** > **Registry Item**.
Expand Down