Docker-io seems to be MIA from Fedora repos

I’m trying to install docker (specifically, the docker-io package) on my Fedora 20 system.

The package exists, and this article suggests it should be available from the Fedora repositories:
https://admin.fedoraproject.org/updates/docker-io-1.2.0-2.fc20

However:

[root@sjones-linux ~]# yum clean all
Loaded plugins: langpacks, refresh-packagekit
Cleaning repos: adobe-linux-i386 fedora updates updates-testing
Cleaning up everything
[root@sjones-linux ~]# yum search docker
Loaded plugins: langpacks, refresh-packagekit
adobe-linux-i386 | 951 B 00:00:00
fedora/20/i386/metalink | 19 kB 00:00:00
fedora | 3.8 kB 00:00:00
updates/20/i386/metalink | 14 kB 00:00:00
updates | 4.9 kB 00:00:00
updates-testing/20/i386/metalink | 13 kB 00:00:00
updates-testing | 4.9 kB 00:00:00
(1/6): fedora/20/i386/group_gz | 394 kB 00:00:01
(2/6): fedora/20/i386/primary_db | 16 MB 00:00:06
(3/6): updates/20/i386/group_gz | 395 kB 00:00:06
(4/6): updates-testing/20/i386/group_gz | 395 kB 00:00:01
(5/6): updates-testing/20/i386/primary_db | 995 kB 00:00:01
(6/6): updates/20/i386/primary_db | 10 MB 00:00:10
(1/5): adobe-linux-i386/primary | 1.2 kB 00:00:00
(2/5): updates/20/i386/updateinfo | 1.5 MB 00:00:03
(3/5): updates/20/i386/pkgtags | 1.3 MB 00:00:00
(4/5): updates-testing/20/i386/updateinfo | 134 kB 00:00:00
(5/5): updates-testing/20/i386/pkgtags | 1.3 MB 00:00:01
adobe-linux-i386 2/2
================================= N/S matched: docker ==================================
python-docker-registry-core.noarch : Core package for docker-registry (drivers)
: developers
python-dockerpty.noarch : Python library to use the pseudo-tty of a docker container
docker-registry.noarch : Registry server for Docker
fence-agents-docker.i686 : Fence agent for Docker
golang-github-fsouza-go-dockerclient-devel.noarch : Client for the Docker remote API
imagefactory-plugins-Docker.noarch : Cloud plugin for Docker
python3-dockerpty.noarch : Python library to use the pseudo-tty of a docker container
cockpit.i686 : A user interface for Linux servers
devassistant.noarch : Developer tool for setting up projects quickly
docker.i686 : KDE and GNOME2 system tray replacement docking application
golang-github-docker-libtrust-devel.noarch : Library for managing authentication and
: authorization

Any suggestions? There’s a “docker” package, but it has nothing at all to with “our” Docker.

Thanks,

Stefan

When I run sudo yum install docker-io on my fedora 20 box, it installs - and when I search - it lists it.

very unexpected.

PROBLEM SOLVED . . .

My system has 32 bit Fedora installed. Docker is a 64 app only; yum filtered out the package.

1 Like