mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
sbx: fix heading level for shell startup command
The Shell page had "Default startup command" as an h3 with no parent h2, skipping a heading level. Promote it to h2 so it sits alongside "Base image", consistent with the other agent pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ command instead of an interactive shell, pass it after `--`:
|
||||
$ sbx run shell -- -c "echo 'Hello from sandbox'"
|
||||
```
|
||||
|
||||
### Default startup command
|
||||
## Default startup command
|
||||
|
||||
Without extra args, the sandbox runs `bash -l`. Args after `--` replace `-l`
|
||||
rather than being appended. To preserve login-shell behavior, include `-l`
|
||||
|
||||
Reference in New Issue
Block a user