Skip to content

Commit

Permalink
separate block for yum update docker
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Dec 5, 2013
1 parent 5d022f0 commit 7ab4f37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/sources/installation/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ 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
To update the ``docker-io`` package

.. code-block:: bash
sudo yum -y update docker-io
Now that it's installed, let's start the Docker daemon.
Expand Down

0 comments on commit 7ab4f37

Please sign in to comment.