1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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.