Skip to content

Commit 14aa810

Browse files
authored
Specify the admin-settings.json file encoding (#23983)
<!--Delete sections as needed --> ## Description Added a mention of exactly which file encoding we expect for the user created `admin-settings.json` file. ## Related issues or tickets https://docker.atlassian.net/browse/DDB-181 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 4a3f9e3 commit 14aa810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can create the `admin-settings.json` file in two ways:
3535
- Use the `--admin-settings` installer flag to auto-generate the file:
3636
- [macOS](/manuals/desktop/setup/install/mac-install.md#install-from-the-command-line) installation guide
3737
- [Windows](/manuals/desktop/setup/install/windows-install.md#install-from-the-command-line) installation guide
38-
- Create it manually and place it in the following locations:
38+
- Create it manually (UTF-8 without BOM) and place it in the following locations:
3939
- Mac: `/Library/Application\ Support/com.docker.docker/admin-settings.json`
4040
- Windows: `C:\ProgramData\DockerDesktop\admin-settings.json`
4141
- Linux: `/usr/share/docker-desktop/admin-settings.json`

0 commit comments

Comments
 (0)