仓库 “https://storebits.docker.com/ee/ubuntu/*********/ubuntu disco Release” 没有 Release 文件。

 我打开网址,发现没有 disco 这个东西 虽让我不知道是什么  

解决方法:

sudo add-apt-repository \
   "deb [arch=$(dpkg --print-architecture)] $DOCKER_EE_URL/ubuntu \
   xenial \
   stable-$DOCKER_EE_VERSION"

修改第三行 为指定库 应该这个意思
然后在运行这个命令
问题解决 安装成功

 

相关文章:

  • 2021-12-28
  • 2021-10-05
  • 2022-12-23
  • 2021-08-09
  • 2021-05-08
  • 2022-12-23
  • 2021-07-06
  • 2021-06-18
猜你喜欢
  • 2021-11-14
  • 2022-01-30
  • 2021-05-21
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案