kata-containers/docs/install/sle-installation-guide.md
Fabiano Fidêncio 218f77d7be install: Update SUSE information
Following up a conversation with Ralf Haferkamp, we can safely drop the
instructions for using Kata Containers on SLES 12 SP3 in favour of using
the official builds provided for SLE 15 SP1, and SLE 15 SP2.

Fixes: #623

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2020-09-15 17:24:24 +02:00

631 B

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: