Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/ai/sandboxes/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ semantics. This only affects traffic routed through `DOCKER_SANDBOXES_PROXY`
Set these variables in the environment where the sandbox daemon starts. The
daemon starts automatically the first time a command needs it, so set the
variables before you run a `sbx` command. If the daemon is already running,
restart it for a change to take effect.
run `sbx daemon restart` for a change to take effect.

One limitation applies:

Expand Down
3 changes: 1 addition & 2 deletions content/manuals/ai/sandboxes/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ If sandbox commands hang, fail to connect to the daemon, or keep returning
daemon errors, restart the sandbox daemon before resetting sandbox state:

```console
$ sbx daemon stop
$ sbx daemon start --detach
$ sbx daemon restart
```

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