From 367d9ed508512dd9033e5f0bb557e89ffc2c3da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Gro=C3=9Fmann?= Date: Wed, 15 Jul 2026 09:26:51 +0200 Subject: [PATCH] docs(secrets): add repo setup step to docker pass install --- data/cli/secrets/docker_pass.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/cli/secrets/docker_pass.yaml b/data/cli/secrets/docker_pass.yaml index f2d1c600e9c..af62562c761 100644 --- a/data/cli/secrets/docker_pass.yaml +++ b/data/cli/secrets/docker_pass.yaml @@ -9,8 +9,14 @@ long: |- ### Installation On Docker Desktop, Secrets Engine and `docker pass` are integrated by default. - For Docker CE, install the packages separately; this requires Docker Engine - (`dockerd`) 29.2.0 or later. + For Docker CE, install the packages separately from Docker's official + repository. This requires Docker Engine (`dockerd`) 29.2.0 or later. If you did + not install Docker Engine from that repository, add it with the official + convenience script: + + ```shell + curl -fsSL https://get.docker.com | sh -s -- --setup-repo + ``` apt (Debian/Ubuntu):