Skip to content

Commit ad8df61

Browse files
authored
Merge pull request #24610 from dvdksn/sbx/feedback-issues
sandboxes: add sbx-releases links for manual install and feedback
2 parents 8adfb60 + 0dad424 commit ad8df61

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

content/manuals/ai/sandboxes/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ the [usage guide](usage.md) for common patterns.
6363
- [Troubleshooting](troubleshooting.md) — common issues and fixes
6464
- [FAQ](faq.md) — login requirements, telemetry, etc
6565

66+
## Feedback
67+
68+
Docker Sandboxes is experimental and under active development. Your feedback
69+
shapes what gets built next. If you run into a bug, hit a missing feature, or
70+
have a suggestion, open an issue at
71+
[github.com/docker/sbx-releases/issues](https://github.com/docker/sbx-releases/issues).
72+
6673
## Docker Desktop integration
6774

6875
Docker Desktop also includes a [built-in sandbox command](docker-desktop.md)

content/manuals/ai/sandboxes/get-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ $ sbx login
4949
{{< /tab >}}
5050
{{< /tabs >}}
5151

52+
If you need to install `sbx` manually, download a binary directly from the
53+
[sbx-releases](https://github.com/docker/sbx-releases/releases) repository.
54+
5255
`sbx login` opens a browser for Docker OAuth. On first login (and after `sbx
5356
policy reset`), the CLI prompts you to choose a default network policy for your
5457
sandboxes:

content/manuals/ai/sandboxes/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,8 @@ Windows:
136136
```powershell
137137
> Remove-Item -Recurse -Force "$env:LOCALAPPDATA\DockerSandboxes"
138138
```
139+
140+
## Report an issue
141+
142+
If you've exhausted the steps above and the problem persists, file a GitHub
143+
issue at [github.com/docker/sbx-releases/issues](https://github.com/docker/sbx-releases/issues).

0 commit comments

Comments
 (0)