https://github.com/docker/sbx-releases
https://github.com/docker/sbx-releases
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docker/sbx-releases
- Owner: docker
- License: other
- Created: 2026-03-03T14:37:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-02T12:52:06.000Z (12 days ago)
- Last Synced: 2026-04-02T20:28:14.226Z (11 days ago)
- Homepage: https://docs.docker.com/ai/sandboxes
- Size: 18.6 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Docker Sandboxes
Safe environments for agents. Built by Docker.
[](https://github.com/docker/sbx-releases/releases/latest)
# What it does
It provides sandboxes with controlled access to your filesystem, network, and tools. This means your agents can work autonomously without putting your machine or data at risk.
# Details
- Docker-native isolation. Same containerization principles trusted by 20M+ developers.
- Vendor-neutral. Works with the models and tools you’re already using.
# What you get
- YOLO mode by default: agents work without asking permission
- Private Docker daemon for running test containers
- File access controls between host and sandbox
- Network access control
- Works with Claude Code, Codex, Gemini CLI, OpenCode, and more
# Install
### Homebrew
```bash
brew install docker/tap/sbx
```
### WinGet
```powershell
winget install -h Docker.sbx
```
# Learn more
[Docs](https://docs.docker.com/ai/sandboxes/)
# License
Proprietary — Docker Inc.
[LICENSE](https://github.com/docker/sbx-releases/blob/HEAD/LICENSE)