File tree Expand file tree Collapse file tree
content/manuals/ai/sandboxes Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6875Docker Desktop also includes a [ built-in sandbox command] ( docker-desktop.md )
Original file line number Diff line number Diff 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
5356policy reset`), the CLI prompts you to choose a default network policy for your
5457sandboxes:
Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments