无法在64位ubuntu上找到软件包docker-ce
我正在尝试按照官方安装指南在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 …