mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
some typo corrections
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
db3019d50b
commit
d534e1c3a1
1 changed files with 16 additions and 7 deletions
|
@ -12,25 +12,34 @@ Red Hat Enterprise Linux
|
||||||
.. include:: install_unofficial.inc
|
.. include:: install_unofficial.inc
|
||||||
|
|
||||||
Docker is available for **RHEL** on EPEL. These instructions should work for
|
Docker is available for **RHEL** on EPEL. These instructions should work for
|
||||||
both RHEL and CentOS. They will likely work with
|
both RHEL and CentOS. They will likely work with other binary compatible EL6
|
||||||
other binary compatible EL6 version as well, but they haven't been tested.
|
distributions as well, but the haven't been tested.
|
||||||
|
|
||||||
Please note that this package is part of a `Extra Packages for Enterprise Linux (EPEL)`_, a community effort to create and maintain additional packages for RHEL distribution.
|
Please note that this package is part of `Extra Packages for Enterprise
|
||||||
|
Linux (EPEL)`_, a community effort to create and maintain additional packages
|
||||||
|
for the RHEL distribution.
|
||||||
|
|
||||||
Please note that due to the current Docker limitations Docker is able to run only on the **64 bit** architecture.
|
Please note that due to the current Docker limitations, Docker is able to run
|
||||||
|
only on the **64 bit** architecture.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
1. First, you need to install the EPEL repository. Please follow the `EPEL installation instructions`_.
|
1. 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.
|
2. Next, let's install the ``docker-io`` package which will install Docker on our host.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo yum -y install docker-io
|
sudo yum -y install docker-io
|
||||||
|
|
||||||
3. Now it's installed lets start the Docker daemon.
|
To keep docker up to date:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
sudo yum -y update docker-io
|
||||||
|
|
||||||
|
3. Now that it's installed, lets start the Docker daemon.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue