首页 > 技术文章 > Ubuntu安装docker ee 遇到问题找不到安装源 disco Release

wangdongpython 2019-09-14 21:49 原文

仓库 “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"

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

 

推荐阅读