Skip to content

Commit 8fdc8e2

Browse files
authored
Merge pull request #25705 from dvdksn/codex/document-sbx-daemon-restart
docs: document sbx daemon restart
2 parents 0bbbe65 + f32ec66 commit 8fdc8e2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

content/manuals/ai/sandboxes/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ semantics. This only affects traffic routed through `DOCKER_SANDBOXES_PROXY`
9494
Set these variables in the environment where the sandbox daemon starts. The
9595
daemon starts automatically the first time a command needs it, so set the
9696
variables before you run a `sbx` command. If the daemon is already running,
97-
restart it for a change to take effect.
97+
run `sbx daemon restart` for a change to take effect.
9898

9999
One limitation applies:
100100

content/manuals/ai/sandboxes/troubleshooting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ If sandbox commands hang, fail to connect to the daemon, or keep returning
2828
daemon errors, restart the sandbox daemon before resetting sandbox state:
2929

3030
```console
31-
$ sbx daemon stop
32-
$ sbx daemon start --detach
31+
$ sbx daemon restart
3332
```
3433

3534
Then retry the command that failed. Restarting the daemon doesn't delete

0 commit comments

Comments
 (0)