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):