mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00:00
Merge pull request #115 from jodh-intel/fix-centos-install-doc
docs: Fix CentOS install guide
This commit is contained in:
commit
f313ac18a9
@ -6,7 +6,7 @@ This step is only required in case Docker is not installed on the system.
|
||||
1. Install the latest version of Docker with the following commands:
|
||||
|
||||
```bash
|
||||
$ sudo yum -y install dnf-plugins-core
|
||||
$ sudo yum -y install yum-utils
|
||||
$ sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||
$ sudo yum -y install docker-ce
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user