Merge pull request #113 from chavafg/topic/fix-centos-url

install: Fix centos obs url
This commit is contained in:
Eric Ernst
2018-05-21 14:28:29 -07:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ For more information on installing Docker please refer to the
```bash ```bash
$ source /etc/os-release $ source /etc/os-release
$ sudo -E VERSION_ID=$VERSION_ID yum-config-manager --add-repo \ $ sudo -E VERSION_ID=$VERSION_ID yum-config-manager --add-repo \
http://download.opensuse.org/repositories/home:/katacontainers:/release/CentOS_\$VERSION_ID/home:katacontainers:release.repo "http://download.opensuse.org/repositories/home:/katacontainers:/release/CentOS_${VERSION_ID}/home:katacontainers:release.repo"
$ sudo -E yum -y install kata-runtime kata-proxy kata-shim $ sudo -E yum -y install kata-runtime kata-proxy kata-shim
``` ```