mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 13:22:28 +00:00
install: use stable instead of master for docs
1.5.0-rc2 packages for linux-container fail for Ubuntu. Let's use 1.4-stable instead of master for now. Fixes #325 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
4265ca9e12
commit
808d85b467
@ -1,11 +1,10 @@
|
|||||||
# Install Kata Containers on Ubuntu
|
# Install Kata Containers on Ubuntu
|
||||||
|
|
||||||
1. Install the Kata Containers components with the following commands:
|
1. Install the Kata Containers components with the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ARCH=$(arch)
|
$ ARCH=$(arch)
|
||||||
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master/xUbuntu_$(lsb_release -rs)/ /' > /etc/apt/sources.list.d/kata-containers.list"
|
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/stable-1.4/xUbuntu_$(lsb_release -rs)/ /' > /etc/apt/sources.list.d/kata-containers.list"
|
||||||
$ curl -sL http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
|
$ curl -sL http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/stable-1.4/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
|
||||||
$ sudo -E apt-get update
|
$ sudo -E apt-get update
|
||||||
$ sudo -E apt-get -y install kata-runtime kata-proxy kata-shim
|
$ sudo -E apt-get -y install kata-runtime kata-proxy kata-shim
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user