Skip to content

Commit ae4fa30

Browse files
dvdksnclaude
andcommitted
sbx: tighten headless-Linux FAQ wording
Split the em-dash into two sentences and replace the "a common setup" hedge with a direct imperative, per review. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 068f346 commit ae4fa30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/manuals/ai/sandboxes

content/manuals/ai/sandboxes/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ desktop keyring, such as GNOME Keyring or KDE Wallet. Headless servers and some
166166
WSL setups have no running Secret Service, so `sbx` falls back to an encrypted
167167
file under `$XDG_CONFIG_HOME/com.docker.sandboxes`, which defaults to
168168
`~/.config/com.docker.sandboxes` when `$XDG_CONFIG_HOME` is unset. No setup is
169-
required — when you store a secret on such a host, `sbx` prints a notice:
169+
required. When you store a secret on such a host, `sbx` prints a notice:
170170

171171
```text
172172
No keychain detected - this secret will be stored in an encrypted file on disk
@@ -177,8 +177,8 @@ the same posture as `~/.docker/config.json`. It's weaker than an OS keychain,
177177
which also mediates access per application.
178178

179179
To keep secrets in a keyring instead, run a Secret Service on the host before
180-
storing them. A common setup installs `gnome-keyring` and starts
181-
`dbus-run-session`, or runs the keyring daemon under a login session that
182-
unlocks it. Once a working Secret Service is available, `sbx` stores new
180+
storing them: install `gnome-keyring` and start `dbus-run-session`, or run the
181+
keyring daemon under a login session that unlocks it. Once a working Secret
182+
Service is available, `sbx` stores new
183183
secrets in the keychain again. For where each platform keeps secrets, see
184184
[Where secrets are stored](security/credentials.md#where-secrets-are-stored).

0 commit comments

Comments
 (0)