当前位置:   article > 正文

安装docker时出现以下错误:Package ‘docker-ce‘ has no installation candidate_package 'docker-ce' has no installation candidate

package 'docker-ce' has no installation candidate

实行了以下命令,出现 Package 'docker-ce' has no installation candidate

  1. $ sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common
  2. $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
  3. $ sudo apt update
$ sudo apt install docker-ce

 然后一次执行了以下命令:

#配置阿里云的gpg

curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg sudo apt-key add -

#配置阿里云的docker镜像

sudo add-apt-repository "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"<br>

#执行安装命令

  sudo apt-get install docker-ce docker-ce-cli containerd.io

##################还是不好使#################

执行以下命令:

apt-get upgrade

$ sudo apt install docker-ce

安装成功。

不知道是否和阿里云镜像有关系,个人感觉在第一步是要先执行apt-get update  apt-get upgrade。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/寸_铁/article/detail/830724
推荐阅读
相关标签
  

闽ICP备14008679号