mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-22 19:23:24 +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:
|
1. Install the latest version of Docker with the following commands:
|
||||||
|
|
||||||
```bash
|
```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-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
$ sudo yum -y install docker-ce
|
$ sudo yum -y install docker-ce
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user