在Ubuntu 15.04上安装Docker,更新失败

在Ubuntu 15.04上安装Docker,更新失败

我正在努力使用sudo apt-get update

Description:    Ubuntu 15.04
Release:        15.04
Codename:       vivid

我正在 Illumina Basespace 上使用虚拟机,这可能是问题的一部分(除了 Basespace 的全部要点是使用 docker,所以我觉得它应该是可能的)。

我收到错误:

...
Ign https://get.docker.io docker/main Translation-en
Fetched 6,507 B in 10s (606 B/s)
W: Conflicting distribution: http://download.mono-project.com wheezy/snapshots/3.12.0 InRelease (expected wheezy/snapshots but got wheezy)
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty/Release  Unable to find expected entry 'partner/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch https://download.docker.com/linux/ubuntu/dists/vivid/stable/binary-amd64/Packages  HttpError404
W: Failed to fetch https://download.docker.com/linux/ubuntu/dists/vivid/stable/binary-armhf/Packages  HttpError404
W: Failed to fetch http://basespace-apt.s3.amazonaws.com/dists/bfs/main/binary-amd64/Packages  404  Not Found
W: Failed to fetch http://basespace-apt.s3.amazonaws.com/dists/bfs/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead."

如果我尝试访问有问题的链接,该地址似乎没有 ubuntu/dists/vivid 文件夹,这可能是问题的一部分?

当我尝试使用安装 Docker 时

$ sudo apt-get install docker-ce

它告诉我无法找到该软件包,我认为是因为更新无法正常工作。

我对这一切都很陌生,但我想知道是否有人可以提供任何帮助?我已经从类似的论坛尝试了很多不同的东西,但没有一个起作用。

答案1

根据Docker官网, docker 可以安装在 Ubuntu 14.04,16.04 和 16.10 上

操作系统要求

要安装 Docker,您需要以下 Ubuntu 版本之一的 64 位版本:

烤鸭 16.10

Xenial 16.04 (LTS)

值得信赖 14.04 (LTS)

x86_64 和 armhf 架构均支持 Docker CE。

apt由于wheezyubuntu 发行版上的源代码而失败:

W: Conflicting distribution: http://download.mono-project.com wheezy/snapshots/3.12.0 InRelease (expected wheezy/snapshots but got wheezy)

相关内容