1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

yum upgrade on fedora not required before install

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Upstream-commit: 61fbf3d8e27541882ff7c446a7f0edfb4ed03d82
Component: engine
This commit is contained in:
Lokesh Mandvekar
2013-12-05 14:21:03 -06:00
parent 3f0ab3c931
commit d47883ca6a

View File

@@ -16,13 +16,7 @@ architecture.
Installation
------------
Firstly, let's make sure our Fedora host is up-to-date.
.. code-block:: bash
sudo yum -y upgrade
Next, let's install the ``docker-io`` package which will install Docker on our host.
Install the ``docker-io`` package which will install Docker on our host.
.. code-block:: bash