mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 02:07:31 +00:00
Merge pull request #108 from jodh-intel/make-ubuntu-install-idempotent
docs: Make Ubuntu install idempotent
This commit is contained in:
@@ -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.
|
**Note:** The repository is downloading content using `http`, be aware that this installation channel is not secure.
|
||||||
```bash
|
```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 -
|
$ 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 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
|
||||||
|
Reference in New Issue
Block a user