mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
keeping rhel page sorta in sync with fedora
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
e8ec3dba7b
commit
8874f2aef9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue