From c26e2fe4c5bfea558a8f89ba0a01f44468807c4a Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 6 May 2026 09:12:22 +0200 Subject: [PATCH] docs: fix admin settings mac path (closes #24968) The admin-settings.json macOS location was shown with a shell-escaped space in a filesystem path list. Removed the backslash so the path matches the actual directory name. Co-Authored-By: Codex --- .../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 8294769dcd85..4a4ceb29bac6 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 @@ -34,7 +34,7 @@ You can create the `admin-settings.json` file in two ways: - [Mac](/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 (UTF-8 without BOM) and place it in the following locations: - - Mac: `/Library/Application\ Support/com.docker.docker/admin-settings.json` + - 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`