mirror of
https://github.com/docker/cli.git
synced 2026-01-22 03:22:01 +03:00
Merge pull request #3181 from lsm5/rhel-docs-typos
Rhel docs typos Upstream-commit: b722f809e751dd33371c46e3fe63c63aea405724 Component: engine
This commit is contained in:
@@ -25,33 +25,34 @@ 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
|
||||
|
||||
sudo yum -y install docker-io
|
||||
|
||||
To keep docker up to date:
|
||||
To update the ``docker-io`` package
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
sudo chkconfig docker on
|
||||
|
||||
4. Now let's verify that Docker is working.
|
||||
Now let's verify that Docker is working.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user