From Fedora Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page deals with using Fedora to run Docker containers.

Using Docker on Fedora

Installing and Configuring Docker on Fedora

System Requirements

  • Docker can run only on 64 bit systems (for now, at least).
  • Kernel version 3.8 and above are supported. 3.2 to 3.5 are known to be unstable with docker

Installing Docker packages

First off we need to get rid of docker package which is known to conflict as per this bug

$ sudo yum -y remove docker
$ sudo yum -y install docker-io