Files
kata-containers/docs/install/rhel-installation-guide.md
Peng Tao a196c85e04 docs: merge documentation repository
Generated by
git subtree add --prefix=docs git@github.com:kata-containers/documentation.git master

git-subtree-dir: docs
git-subtree-mainline: ec146a1b39
git-subtree-split: 510287204b

Fixes: #329
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
2020-06-23 21:27:23 -07: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: