Skip to content

Commit f1a9dc9

Browse files
authored
Merge pull request #3 from docker/readme
edit readme
2 parents 1cffd60 + b4bf760 commit f1a9dc9

1 file changed

Lines changed: 22 additions & 15 deletions

File tree

README.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# Dash by Docker
2-
3-
Standalone binaries for Dash by Docker. Install and use without Docker Desktop.
1+
# Dash
2+
Safe environments for agents. Built by Docker.
43

54
[![GitHub Release](https://img.shields.io/github/v/release/docker/dash-releases?color=2560ff&labelColor=e7eaef)](https://github.com/docker/dash-releases/releases/latest)
65

7-
## Installation
6+
# What it does
7+
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
821

922
### Homebrew
1023

@@ -17,15 +30,9 @@ brew install docker/tap/ds
1730
winget install -h Docker.ds
1831
```
1932

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:
25-
- Current and latest version numbers
26-
- A link to the release
27-
- Update instructions
28-
29-
## Releases
33+
# Learn more
34+
[Docs​​​​​​​​​​​​​​​​](https://docs.docker.com/ai/sandboxes/)
3035

31-
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.
36+
# License
37+
Proprietary — Docker Inc.
38+
https://github.com/docker/dash-releases/blob/HEAD/LICENSE

0 commit comments

Comments
 (0)