mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
separate block for yum update docker
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
@@ -24,7 +24,10 @@ Install the ``docker-io`` package which will install Docker on our host.
|
||||
|
||||
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
|
||||
|
||||
Now that it's installed, let's start the Docker daemon.
|
||||
|
||||
Reference in New Issue
Block a user