尝试通过 digitalcloud 在 fedora 上安装 docker 注册表

trying to install docker registry on fedora over digitalcloud

我正在尝试使用以下命令在 Fedora 24 上安装 docker 注册表:

yum install docker-registry

我得到的只是这个输出:

Yum command has been deprecated, redirecting to '/usr/bin/dnf install docker-registry'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'

RPM Fusion for Fedora 24 - Free - Test Updates  483 kB/s | 242 kB     00:00
RPM Fusion for Fedora 24 - Nonfree              1.8 kB/s | 419  B     00:00
RPM Fusion for Fedora 24 - Free                 9.2 kB/s | 413  B     00:00
RPM Fusion for Fedora 24 - Nonfree - Test Updat 5.9 kB/s | 2.3 kB     00:00
Failed to synchronize cache for repo 'dockerrepo', disabling.
Package docker-distribution-2.3.0-2.fc24.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.

有人可以帮我解决这个问题吗?

原因是没有可用的官方 docker yum 存储库,您可以在此处看到:https://yum.dockerproject.org/repo/main/fedora/

Docker 1.12 将添加对 Fedora 24 的官方支持,在此之前您可以按照手动安装程序进行操作