mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
separate block for yum update docker
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
5d022f0445
commit
7ab4f37d60
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ Install the ``docker-io`` package which will install Docker on our host.
|
||||||
|
|
||||||
sudo yum -y install docker-io
|
sudo yum -y install docker-io
|
||||||
|
|
||||||
# to keep docker-io up to date
|
To update the ``docker-io`` package
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo yum -y update docker-io
|
sudo yum -y update docker-io
|
||||||
|
|
||||||
Now that it's installed, let's start the Docker daemon.
|
Now that it's installed, let's start the Docker daemon.
|
||||||
|
|
Loading…
Add table
Reference in a new issue