我尝试使用这里找到的官方分步页面在Ubuntu 18.04上安装Docker CE 18.03。我在步骤4)sudo apt-get update
卡住了。这是我得到的:
Hit:1 http://mirror.transip.net/stack/software/deb/Ubuntu_18.04 ./ InRelease
Hit:2 http://nl.archive.ubuntu.com/ubuntu bionic InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable Release
Hit:5 http://nl.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:6 http://nl.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Err:8 https://get.docker.com/ubuntu docker InRelease
403 Forbidden [IP: 52.85.58.66 443]
Reading package lists... Done
E: Failed to fetch http://get.docker.io/ubuntu/dists/docker/InRelease 403 Forbidden [IP: 52.85.58.66 443]
E: The repository 'http://get.docker.io/ubuntu docker InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
访问Err:8 https://get.docker.com/ubuntu/中的链接将输出以下内容:
echo "# WARNING! This script is deprecated. Please use the script"
echo "# at https://get.docker.com/"
exit 1
好的,过时的链接,没有问题,所以我下载了在www.example.com上找到的脚本get.docker.com,并使用bash运行它,结果如下:
# Executing docker install script, commit: 36b78b2
+ sudo -E sh -c apt-get update -qq >/dev/null
E: The repository 'http://ppa.launchpad.net/colingille/freshlight/ubuntu bionic Release' does not have a Release file.
E: Failed to fetch http://get.docker.io/ubuntu/dists/docker/InRelease 403 Forbidden [IP: 52.85.58.48 443]
E: The repository 'http://get.docker.io/ubuntu docker InRelease' is not signed.
有什么我可以试试的吗?
4条答案
按热度按时间rmbxnbpk1#
安装确实是坏了,我也面临着它。这个链接来救我,而我正在执行类似的行动一段时间回来https://gist.github.com/levsthings/0a49bfe20b25eeadd61ff0e204f50088
ruarlubt2#
此错误意味着它无法连接到提到的URL。
我使用以下步骤解决..
我知道是哪个文件了
cd/等/适应症
grep-irl " Docker "
来源.列表. d/docker.列表
资料来源.清单. d/docker.清单
将此文件中的内容更改为
省省吧
然后重试更新。
解决了我的问题!
mwkjh3gx3#
此错误意味着它无法连接到提到的URL。
我使用以下步骤解决..
我知道是哪个文件了
cd/等/适应症
grep-irl " Docker "
来源.列表. d/docker.列表
gedit源文件。列表。d/docker。列表
将此文件中的内容更改为
deb [arch = amd64] https://download.docker.com/linux/ubuntu仿生稳定保存它
然后重试更新。
解决了我的问题!
9cbw7uwe4#
您正在访问Docker在其服务器上阻止的国家,或者至少是您的IP 52.85.58.66
尝试使用VPN,看看它是否仍然得到你同样的错误.