From 29073a155fb8d179762422ad417cac9bafbb36f4 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Mon, 17 Aug 2026 18:55:42 +0500 Subject: [PATCH] docs: Pop!_OS needs the Ubuntu repo for sbx Signed-off-by: Dean Chen <862469039@qq.com> --- content/manuals/ai/sandboxes/install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/manuals/ai/sandboxes/install.md b/content/manuals/ai/sandboxes/install.md index cffa34002f1..720bec04ec7 100644 --- a/content/manuals/ai/sandboxes/install.md +++ b/content/manuals/ai/sandboxes/install.md @@ -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