Files
kata-containers/install/rhel-installation-guide.md
Gabriela Cervantes 40b040b26e docs: Update RHEL documentation
RHEL now is being part of the CI.

Fixes #415

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2019-04-23 05:54:23 -05:00

745 B

Install Kata Containers on RHEL

  1. Install the Kata Containers components with the following commands:

    $ source /etc/os-release
    $ ARCH=$(arch)
    $ BRANCH="${BRANCH:-master}"
    $ sudo -E yum-config-manager --add-repo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/RHEL_${VERSION_ID}/home:katacontainers:releases:${ARCH}:${BRANCH}.repo"
    $ sudo -E yum -y install kata-runtime kata-proxy kata-shim
    
  2. Decide which container manager to use and select the corresponding link that follows: