File tree Expand file tree Collapse file tree
content/manuals/ai/sandboxes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,11 +162,11 @@ evolves with the project as it changes.
162162# # Can I use Docker Sandboxes on headless Linux?
163163
164164Yes. 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
172172No keychain detected - this secret will be stored in an encrypted file on disk
Original file line number Diff line number Diff 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
7476On Linux hosts without a running Secret Service — headless servers and some
7577WSL 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
8184No keychain detected - this secret will be stored in an encrypted file on disk
You can’t perform that action at this time.
0 commit comments