windows10 ubuntu 18.0 子系统安装docker
今天按照docker官网“Install using the repository”向导一步步操作,最后到了“sudo apt-get install docker-ce”怎么都进行不下去,提示“E: Package 'docker-ce' has no installation candidate”。怀疑自己可能中间步骤有遗漏,就有仔细的走了一遍向导操作,还是同样错误。本来想搜google,可惜
·
今天按照docker官网“Install using the repository”向导一步步操作,最后到了“sudo apt-get install docker-ce”怎么都进行不下去,提示“E: Package 'docker-ce' has no installation candidate”。怀疑自己可能中间步骤有遗漏,就有仔细的走了一遍向导操作,还是同样错误。
本来想搜google,可惜没翻出去,工具失效了……那就用bing吧,最后终于找到解决办法,现与学友分享之:
修改:“/etc/apt/sources.list”文件的“deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable”这一行为“deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial bionic stable”,重点就是加入“xenial”repository,保存退出。
再次执行:
$ sudo apt-get update
$ sudo apt-get install docker-ce
大功告成,测试下:
更多推荐
已为社区贡献1条内容
所有评论(0)