添加Docker的官方GPG密钥出错,Add Docker’s official GPG key.
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
首先,官网安装文档,https://docs.docker.com/install/linux/docker-ce/debian/#set-up-the-repository.
如下图:
命令行运行时:出现The requested URL returned error :404,gpg: no valid OpenPGP data found
无法连接到 URL,所以没有返回结果,也就 no valid OpenPGP data found.
经过分析,由于各种distribute发行版的不同,原来是https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg 是个无效的URL.
接着输入: . /etc/os-release,
然后输入:
echo $ID 输出空值,所以找到出错的地方,接下来 找到电脑版本的对应的URL , 或者,直接把$(. /etc/os-release; echo "$ID")替换为 你系统对应的版本名centos,或者ubuntu,debian等。
把URL copy下来.运行成功.
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献10条内容
所有评论(0)