From 7d55695fe6e6f9b65ecbb95b20be061f8ab02bec Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Thu, 15 Jan 2026 11:47:08 +0100 Subject: [PATCH] Specify the admin-settings.json file encoding --- .../hardened-desktop/settings-management/configure-json-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md b/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md index 9b342e9002..f4d8f9a7b0 100644 --- a/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md +++ b/content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md @@ -35,7 +35,7 @@ You can create the `admin-settings.json` file in two ways: - Use the `--admin-settings` installer flag to auto-generate the file: - [macOS](/manuals/desktop/setup/install/mac-install.md#install-from-the-command-line) installation guide - [Windows](/manuals/desktop/setup/install/windows-install.md#install-from-the-command-line) installation guide -- Create it manually and place it in the following locations: +- Create it manually (UTF-8 without BOM) and place it in the following locations: - Mac: `/Library/Application\ Support/com.docker.docker/admin-settings.json` - Windows: `C:\ProgramData\DockerDesktop\admin-settings.json` - Linux: `/usr/share/docker-desktop/admin-settings.json`