Merge pull request #372 from marcov/zun-kata-install

zun: update kata install instructions
This commit is contained in:
James O. D. Hunt 2019-02-18 08:48:19 +00:00 committed by GitHub
commit 4c71475122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,14 +50,10 @@ zun logs test
zun delete test
```
## Install `kata-runtime`, `kata-shim`, and `kata-proxy`
## Install Kata Containers
```
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/kata-containers.list"
curl -sL https://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
sudo -E apt-get update
sudo -E apt-get -y install kata-runtime kata-proxy kata-shim
```
Follow [these instructions](https://github.com/kata-containers/documentation/blob/master/install/ubuntu-installation-guide.md)
to install the Kata Containers components.
## Update Docker with new Kata Containers runtime