Merge pull request #108 from jodh-intel/make-ubuntu-install-idempotent

docs: Make Ubuntu install idempotent
This commit is contained in:
Eric Ernst
2018-05-21 07:53:52 -07:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ For more information on installing Docker please refer to the
**Note:** The repository is downloading content using `http`, be aware that this installation channel is not secure.
```bash
$ 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"
$ 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 http://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