forked from zhaoxuat/kata-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: Update openSUSE information
Let's update the openSUSE Installation Guide to reflect the current information on how to install kata packages provided by the distro itself. The official packages are present on Leap 15.2 and Tumbleweed, and can be just installed. Leap 15.1 is slightly different, as the .repo file has to be added before the packages can be installed. Leap 15.0 has been removed as it already reached its EOL. Fixes: kata-containers#623 Signed-off-by: Fabiano Fidêncio <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,12 @@ | ||
# Install Kata Containers on openSUSE Leap 15.1 | ||
|
||
1. Install the Kata Containers components with the following commands: | ||
|
||
```bash | ||
$ sudo -E zypper addrepo --refresh "https://download.opensuse.org/repositories/devel:/kubic/openSUSE_Leap_15.1/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: | ||
- [Docker](docker/opensuse-docker-install.md) | ||
- [Kubernetes](../Developer-Guide.md#run-kata-containers-with-kubernetes) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.