separate block for yum update docker

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar
2013-12-05 16:11:33 -06:00
parent 5d022f0445
commit 7ab4f37d60
+4 -1
View File
@@ -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.