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はUbuntu 14.04、16.04、16.10にインストールできます。

オペレーティングシステムの要件

Dockerをインストールするには、次のUbuntuバージョンの1つの64ビットバージョンが必要です。

鴨焼き16.10

ゼニアル 16.04(LTS)

信頼できる14.04(LTS)

Docker CEはx​​86_64とarmhfアーキテクチャの両方でサポートされています。

Ubuntuディストリビューションのソースコードaptでも失敗します。wheezy

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

おすすめ記事