无法在64位ubuntu上找到包`docker-ce`

weixin_38060006 2019-09-12 01:33:20
我试图在the official installation guide之后在Ubuntu 64机器上安装Docker. 可悲的是,Ubuntu似乎无法找到docker-ce包.有任何想法来解决它或至少跟踪发生了什么? 这里有一些细节…… $uname --all; sudo grep docker /etc/apt/sources.list; sudo apt-get install docker-ce Linux ubuntu 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable. # deb-src [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable. Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package docker-ce
...全文
191 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
weixin_38061494 2019-09-12
  • 打赏
  • 举报
回复
您可以在Ubuntu 16.04上安装docker-ce,如下所示: sudo apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" sudo apt-get update 运行以下 apt-cache search docker-ce 样本输出: docker-ce - Docker: the open-source application container engine 安装docker-ce: sudo apt-get install docker-ce 2018年1月3日更新 在Ubuntu 17.10上安装docker-ce: docker-ce软件包可以在官方docker(Ubutu Artful)存储库中找到,使用以下命令安装它: sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu artful stable" sudo apt update sudo apt install docker-ce 更新于2018年4月29日:在Ubuntu 18.04上安装docker-ce(仿生) sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt update sudo apt install docker-ce 更新于2018年10月19日在Ubuntu 18.10上安装docker-ce(Cosmic) sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test" sudo apt install docker-ce 以上命令将安装pool/test/amd64/上提供的最新测试版本

476

社区成员

发帖
与我相关
我的任务
社区描述
其他技术讨论专区
其他 技术论坛(原bbs)
社区管理员
  • 其他技术讨论专区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧