Merge pull request #543 from my-vegetable-has-exploded/debian11

Add suggestion for gpg in debian11
This commit is contained in:
Baohua Yang 2024-07-30 14:02:19 -07:00 committed by GitHub
commit ca011164c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ $ echo \
``` ```
>以上命令会添加稳定版本的 Docker APT 如果需要测试版本的 Docker 请将 stable 改为 test >以上命令会添加稳定版本的 Docker APT 如果需要测试版本的 Docker 请将 stable 改为 test Debian11可能不使用`/etc/apt/keyrings/` 如gpg错误可以考虑更换为`/etc/apt/trusted.gpg.d` [issue 15727](https://github.com/docker/docs/issues/15727)。
### 安装 Docker ### 安装 Docker