Skip to content
Open
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
14 changes: 14 additions & 0 deletions content/manuals/enterprise/security/enforce-sign-in/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,20 @@ When multiple configuration methods exist on the same system, Docker Desktop use
1. plist file (Mac only)
1. registry.json file

## Remove sign-in enforcement

To remove enforcement, undo the configuration for the method you used:

- **Windows registry key**: Delete the `allowedOrgs` value, or remove the entire `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Docker\Docker Desktop` key.
- **Mac configuration profiles**: Remove the profile through your MDM solution, or from **System Settings** > **General** > **Device Management**.
- **Mac plist file**: Delete `/Library/Application Support/com.docker.docker/desktop.plist`.
- **registry.json**: Delete the `registry.json` file at:
- Windows: `/ProgramData/DockerDesktop/registry.json`
- Mac: `/Library/Application Support/com.docker.docker/registry.json`
- Linux: `/usr/share/docker-desktop/registry/registry.json`

Restart Docker Desktop after removing the configuration so the change takes effect.

## Troubleshoot sign-in enforcement

If sign-in enforcement doesn't work:
Expand Down