Skip to content

docs: fix Mac path escaping for admin-settings.json location#24980

Closed
mohithshuka wants to merge 5 commits intodocker:mainfrom
mohithshuka:fix/admin-settings-json-path-formatting
Closed

docs: fix Mac path escaping for admin-settings.json location#24980
mohithshuka wants to merge 5 commits intodocker:mainfrom
mohithshuka:fix/admin-settings-json-path-formatting

Conversation

@mohithshuka
Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes incorrect backslash escape in the macOS file path for admin-settings.json.

Inside Markdown inline code spans, paths render literally, so Application\ Support
was displaying the backslash to users instead of the correct path Application Support.

Before:

  • Mac: /Library/Application\ Support/com.docker.docker/admin-settings.json

After:

  • Mac: /Library/Application Support/com.docker.docker/admin-settings.json

Related issues

Fixes #24968

mohithshuka and others added 5 commits March 19, 2026 16:29
Closes docker#23256

- Added container architecture diagram showing isolated containers
  sharing the host OS kernel
- Added containers vs VMs comparison diagram highlighting the
  absence of a Guest OS in containers
The post_start example had chown arguments in wrong order.
Correct syntax is: chown -R [owner:group] [path]

Fixes docker#24853
The previous examples used CMD (exec form) with curl but without
|| exit 1. Since CMD uses exec format, shell operators like || are
not available, meaning a non-zero curl exit code may not correctly
propagate as unhealthy. CMD-SHELL runs via /bin/sh so || exit 1
works as expected.

Fixes docker#23077
The installation-time setup tab only showed single org usage of
--allowed-org. Added examples for specifying multiple organizations
by repeating the flag, and noted the version requirement (4.36+).

Fixes docker#24947
Remove incorrect backslash escape in Mac file path.
Inside Markdown code spans, paths render literally so
'Application\ Support' should be 'Application Support'.

Fixes docker#24968
@mohithshuka mohithshuka requested a review from aevesdocker as a code owner May 6, 2026 15:23
Copilot AI review requested due to automatic review settings May 6, 2026 15:23
@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 2bf8ada
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69fb5d0caa930b0008f7cae8
😎 Deploy Preview https://deploy-preview-24980--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@aevesdocker
Copy link
Copy Markdown
Contributor

Closing this PR as it contains edited pages not related to the PR description. Please open separate PRs for each change. Thank you

@aevesdocker aevesdocker closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs-scanner] Inconsistent file path formatting for admin-settings.json location

2 participants