From b3835c5b32c3f9f503b8415a50185bba848fedbb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 5 Dec 2013 16:08:08 -0600 Subject: [PATCH] add unofficial header back, yum update docker Signed-off-by: Lokesh Mandvekar Upstream-commit: 5d022f04453d3bac2e17b8622f013420778e8d5b Component: engine --- components/engine/docs/sources/installation/fedora.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/engine/docs/sources/installation/fedora.rst b/components/engine/docs/sources/installation/fedora.rst index cbaa039fed..67abda7184 100644 --- a/components/engine/docs/sources/installation/fedora.rst +++ b/components/engine/docs/sources/installation/fedora.rst @@ -9,6 +9,8 @@ Fedora .. include:: install_header.inc +.. include:: install_unofficial.inc + Docker is available in **Fedora 19 and later**. Please note that due to the current Docker limitations Docker is able to run only on the **64 bit** architecture. @@ -22,6 +24,9 @@ Install the ``docker-io`` package which will install Docker on our host. sudo yum -y install docker-io + # to keep docker-io up to date + sudo yum -y update docker-io + Now that it's installed, let's start the Docker daemon. .. code-block:: bash