docker sandbox
| Description | Docker Sandbox |
|---|---|
| Usage | docker sandbox |
Description
WarningThe Docker Desktop-integrated
docker sandboxcommands are deprecated and replaced by the standalonesbxCLI. This deprecation applies only to the Docker Desktop integration, not to Docker Sandboxes.
Local sandbox environments for AI agents, using Docker.
Options
| Option | Default | Description |
|---|---|---|
-D, --debug | Enable debug logging |
Subcommands
| Command | Description |
|---|---|
docker sandbox create | Create a sandbox for an agent |
docker sandbox exec | Execute a command inside a sandbox |
docker sandbox inspect | Display detailed information on one or more sandboxes |
docker sandbox ls | List VMs |
docker sandbox network | Manage sandbox networking |
docker sandbox reset | Reset all VM sandboxes and clean up state |
docker sandbox rm | Remove one or more sandboxes |
docker sandbox run | Run an agent in a sandbox |
docker sandbox save | Save a snapshot of the sandbox as a template |
docker sandbox stop | Stop one or more sandboxes without removing them |
docker sandbox version | Show sandbox version information |