Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 689 Bytes

sle-installation-guide.md

File metadata and controls

15 lines (11 loc) · 689 Bytes

Install Kata Containers on SLE

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

    $ source /etc/os-release
    $ DISTRO_VERSION=$(sed "s/-/_/g" <<< "$VERSION")
    $ sudo -E zypper addrepo --refresh "https://download.opensuse.org/repositories/devel:/kubic/SLE_${DISTRO_VERSION}_Backports/devel:kubic.repo"
    $ sudo -E zypper -n --gpg-auto-import-keys install katacontainers
  2. Decide which container manager to use and select the corresponding link that follows: