mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
Add full documentation for the sbx CLI sandbox experience including get-started, usage guide, architecture, agents (claude-code, codex, copilot, gemini, kiro, opencode, cagent, custom-environments), security (isolation, credentials, policy, workspace trust), troubleshooting, and FAQ. Update _index.md as the section landing page. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
name: sbx
|
|
synopsis: Manage AI coding agent sandboxes.
|
|
description: |-
|
|
Docker Sandboxes creates isolated sandbox environments for AI agents, powered by Docker.
|
|
|
|
Run without a command to launch interactive mode, or pass a command for CLI usage.
|
|
usage: sbx
|
|
options:
|
|
- name: debug
|
|
shorthand: D
|
|
default_value: "false"
|
|
usage: Enable debug logging
|
|
- name: help
|
|
shorthand: h
|
|
default_value: "false"
|
|
usage: help for sbx
|
|
see_also:
|
|
- sbx completion - Generate the autocompletion script for the specified shell
|
|
- sbx create - Create a sandbox for an agent
|
|
- sbx exec - Execute a command inside a sandbox
|
|
- sbx login - Sign in to Docker
|
|
- sbx logout - Sign out of Docker
|
|
- sbx ls - List sandboxes
|
|
- sbx policy - Manage sandbox policies
|
|
- sbx ports - Manage sandbox port publishing
|
|
- sbx reset - Reset all sandboxes and clean up state
|
|
- sbx rm - Remove one or more sandboxes
|
|
- sbx run - Run an agent in a sandbox
|
|
- sbx save - Save a snapshot of the sandbox as a template
|
|
- sbx secret - Manage stored secrets
|
|
- sbx stop - Stop one or more sandboxes without removing them
|
|
- sbx version - Show Docker Sandboxes version information
|