You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dash 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.
8
+
9
+
# Details
10
+
• Docker-native isolation. Same containerization principles trusted by 20M+ developers.
11
+
• Vendor-neutral. Works with the models and tools you’re already using.
12
+
13
+
# What you get
14
+
• YOLO mode by default: agents work without asking permission
15
+
• Private Docker daemon for running test containers
16
+
• File access controls between host and sandbox
17
+
• Network access control
18
+
• Works with Claude Code, Codex, Gemini CLI, OpenCode, and more
19
+
20
+
# Install
8
21
9
22
### Homebrew
10
23
@@ -17,15 +30,9 @@ brew install docker/tap/ds
17
30
winget install -h Docker.ds
18
31
```
19
32
20
-
## Updates
21
-
22
-
The CLI automatically checks for updates once every 24 hours when you run any command (except `daemon` or `version`).
23
-
24
-
When an update is available, you'll see an interactive command prompt with the following information:
All releases include signed binaries with SBOM and provenance attestations. See the [releases page](https://github.com/docker/dash-releases/releases) for version history and release notes.
0 commit comments