Skip to content

Commit 068f346

Browse files
dvdksnclaude
andcommitted
sbx: address review nits — drop parentheses, parallel list
Remove parentheses from the XDG config path per the style guide and make the per-OS storage list parallel by moving the Ubuntu package note into prose. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9bd53c2 commit 068f346

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

content/manuals/ai/sandboxes/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ evolves with the project as it changes.
162162
## Can I use Docker Sandboxes on headless Linux?
163163

164164
Yes. On Linux, `sbx` stores secrets in the Secret Service exposed by your
165-
desktop keyring (GNOME Keyring or KDE Wallet). Headless servers and some WSL
166-
setups have no running Secret Service, so `sbx` falls back to an encrypted file
167-
under `$XDG_CONFIG_HOME/com.docker.sandboxes` (usually
168-
`~/.config/com.docker.sandboxes`). No setup is required — when you store a
169-
secret on such a host, `sbx` prints a notice:
165+
desktop keyring, such as GNOME Keyring or KDE Wallet. Headless servers and some
166+
WSL setups have no running Secret Service, so `sbx` falls back to an encrypted
167+
file under `$XDG_CONFIG_HOME/com.docker.sandboxes`, which defaults to
168+
`~/.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:
170170

171171
```text
172172
No keychain detected - this secret will be stored in an encrypted file on disk

content/manuals/ai/sandboxes/security/credentials.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,17 @@ The store backing `sbx secret set` depends on your operating system:
6868
- macOS: the system Keychain.
6969
- Windows: the Windows Credential Manager.
7070
- Linux: the Secret Service exposed by your desktop keyring, such as GNOME
71-
Keyring or KDE Wallet. The Ubuntu package depends on GNOME Keyring, so a
72-
standard desktop install needs no extra setup.
71+
Keyring or KDE Wallet.
72+
73+
The Ubuntu package depends on GNOME Keyring, so a standard desktop install
74+
needs no extra setup.
7375

7476
On Linux hosts without a running Secret Service — headless servers and some
7577
WSL setups — `sbx` falls back to an encrypted file under your user config
76-
directory (`$XDG_CONFIG_HOME/com.docker.sandboxes`, usually
77-
`~/.config/com.docker.sandboxes`). The fallback is automatic and needs no
78-
configuration. When you store a secret this way, `sbx` prints a notice:
78+
directory `$XDG_CONFIG_HOME/com.docker.sandboxes`, which defaults to
79+
`~/.config/com.docker.sandboxes` when `$XDG_CONFIG_HOME` is unset. The fallback
80+
is automatic and needs no configuration. When you store a secret this way,
81+
`sbx` prints a notice:
7982

8083
```text
8184
No keychain detected - this secret will be stored in an encrypted file on disk

0 commit comments

Comments
 (0)