From e8ec3dba7b1eb9254a04c852ffe7d98d10d0d476 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 11 Dec 2013 18:21:52 -0600 Subject: [PATCH 1/2] remove step numbers, keep consistent with fedora Signed-off-by: Lokesh Mandvekar --- docs/sources/installation/rhel.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/sources/installation/rhel.rst b/docs/sources/installation/rhel.rst index f1169a0c79..9429e74d61 100644 --- a/docs/sources/installation/rhel.rst +++ b/docs/sources/installation/rhel.rst @@ -25,9 +25,10 @@ only on the **64 bit** architecture. Installation ------------ -1. Firstly, you need to install the EPEL repository. Please follow the `EPEL installation instructions`_. +Firstly, you need to install the EPEL repository. Please follow the `EPEL installation instructions`_. -2. Next, let's install the ``docker-io`` package which will install Docker on our host. + +Next, let's install the ``docker-io`` package which will install Docker on our host. .. code-block:: bash @@ -39,7 +40,7 @@ To keep docker up to date: sudo yum -y update docker-io -3. Now that it's installed, lets start the Docker daemon. +Now that it's installed, let's start the Docker daemon. .. code-block:: bash @@ -51,7 +52,7 @@ If we want Docker to start at boot we should also: sudo chkconfig docker on -4. Now let's verify that Docker is working. +Now let's verify that Docker is working. .. code-block:: bash From 8874f2aef9ed12574160394fd7a6a254c0ef0526 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 11 Dec 2013 18:26:17 -0600 Subject: [PATCH 2/2] keeping rhel page sorta in sync with fedora Signed-off-by: Lokesh Mandvekar --- docs/sources/installation/rhel.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/rhel.rst b/docs/sources/installation/rhel.rst index 9429e74d61..993d329df7 100644 --- a/docs/sources/installation/rhel.rst +++ b/docs/sources/installation/rhel.rst @@ -34,7 +34,7 @@ Next, let's install the ``docker-io`` package which will install Docker on our h sudo yum -y install docker-io -To keep docker up to date: +To update the ``docker-io`` package .. code-block:: bash @@ -46,7 +46,7 @@ Now that it's installed, let's start the Docker daemon. sudo service docker start -If we want Docker to start at boot we should also: +If we want Docker to start at boot, we should also: .. code-block:: bash