Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/manuals/ai/sandboxes/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ $ curl -fsSL https://get.docker.com | sudo REPO_ONLY=1 sh
$ sudo apt-get install docker-sbx
```

The convenience script keys off `ID` in `/etc/os-release`. On Pop!_OS that
value is `pop`, so the script adds Debian apt sources and `docker-sbx` is
missing from the index. Add Docker's
[Ubuntu repository](/engine/install/ubuntu/) (24.04 / noble on current Pop!_OS)
instead, or download a `.deb` from
[sbx-releases](https://github.com/docker/sbx-releases/releases).

## Install manually

To install `sbx` without a package manager, download a binary from the
Expand Down