E: 仓库'https://download.docker.com/linux/ubuntu bionic InRelease'将其'Label'值从'Docker EE'修改到了'Docker CE

报错

E: 仓库'https://download.docker.com/linux/ubuntu bionic InRelease'将其'Label'值从'Docker EE'修改到了'Docker CE'
N: 为了让这个仓库能够应用,这必须在更新之前显式接受。更多细节请参阅 apt-secure(8) 手册。

解决

sudo apt update
y

cielo@cielo-ubuntu:~$ sudo apt update
命中:1 http://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic InRelease
命中:2 http://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates InRelease     
命中:3 http://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-backports InRelease   
命中:4 http://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-security InRelease    
获取:5 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]     
E: 仓库'https://download.docker.com/linux/ubuntu bionic InRelease'将其'Label'值从'Docker EE'修改到了'Docker CE'
N: 为了让这个仓库能够应用,这必须在更新之前显式接受。更多细节请参阅 apt-secure(8) 手册。
您是否愿意接受这些更改,并且继续从此仓库更新? [y/N] y
获取:6 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages [9,852 B]
已下载 74.3 kB,耗时 5 (14.3 kB/s)
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
有 15 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
cielo@cielo-ubuntu:~$ 

你可能感兴趣的:(区块链,fabric开发)