mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
Merge pull request #120 from jodh-intel/add-links-to-upgrade-doc
Add links to upgrade doc
This commit is contained in:
commit
9664caf7f4
@ -8,5 +8,6 @@ Select your preferred distribution:
|
|||||||
|
|
||||||
For further information, see:
|
For further information, see:
|
||||||
|
|
||||||
* The [developer guide](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md)
|
* The [the upgrading document](../Upgrading.md).
|
||||||
* The [runtime documentation](https://github.com/kata-containers/runtime/blob/master/README.md)
|
* The [developer guide](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md).
|
||||||
|
* The [runtime documentation](https://github.com/kata-containers/runtime/blob/master/README.md).
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Installing Kata Containers on CentOS
|
# Installing Kata Containers on CentOS
|
||||||
|
|
||||||
Note: Kata Containers is available for CentOS version 7.
|
> **Notes:**
|
||||||
|
>
|
||||||
|
> - Kata Containers packages are available for CentOS version 7 (currently `x86_64` only).
|
||||||
|
>
|
||||||
|
> - If you are installing on a system that already has Clear Containers or `runv` installed,
|
||||||
|
> first read [the upgrading document](../Upgrading.md).
|
||||||
|
|
||||||
This step is only required in case Docker is not installed on the system.
|
This step is only required in case Docker is not installed on the system.
|
||||||
1. Install the latest version of Docker with the following commands:
|
1. Install the latest version of Docker with the following commands:
|
||||||
@ -15,7 +20,8 @@ For more information on installing Docker please refer to the
|
|||||||
|
|
||||||
2. Install the Kata Containers components with the following commands:
|
2. Install the Kata Containers components with the following commands:
|
||||||
|
|
||||||
**Note:** The repository redirects the download content to use `http`, be aware that this installation channel is not secure.
|
> **Note:** The repository redirects the download content to use `http`, be aware that this installation channel is not secure.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source /etc/os-release
|
$ source /etc/os-release
|
||||||
$ sudo -E VERSION_ID=$VERSION_ID yum-config-manager --add-repo \
|
$ sudo -E VERSION_ID=$VERSION_ID yum-config-manager --add-repo \
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
# Installing Kata Containers on Fedora
|
# Installing Kata Containers on Fedora
|
||||||
|
|
||||||
Note:
|
> **Notes:**
|
||||||
Kata Containers is available for Fedora\* versions **26** and **27**.
|
>
|
||||||
|
> - Kata Containers packages are available for Fedora\* versions **26** and **27** (currently `x86_64` only).
|
||||||
|
>
|
||||||
|
> - If you are installing on a system that already has Clear Containers or `runv` installed,
|
||||||
|
> first read [the upgrading document](../Upgrading.md).
|
||||||
|
|
||||||
This step is only required in case Docker is not installed on the system.
|
This step is only required in case Docker is not installed on the system.
|
||||||
1. Install the latest version of Docker with the following commands:
|
1. Install the latest version of Docker with the following commands:
|
||||||
@ -18,7 +22,8 @@ For more information on installing Docker please refer to the
|
|||||||
|
|
||||||
2. Install the Kata Containers components with the following commands:
|
2. Install the Kata Containers components with the following commands:
|
||||||
|
|
||||||
**Note:** The repository redirects the download content to use `http`, be aware that this installation channel is not secure.
|
> **Note:** The repository redirects the download content to use `http`, be aware that this installation channel is not secure.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source /etc/os-release
|
$ source /etc/os-release
|
||||||
$ sudo -E VERSION_ID=$VERSION_ID dnf config-manager --add-repo \
|
$ sudo -E VERSION_ID=$VERSION_ID dnf config-manager --add-repo \
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
# Installing Kata Containers on Ubuntu
|
# Installing Kata Containers on Ubuntu
|
||||||
|
|
||||||
Note:
|
> **Notes:**
|
||||||
Kata Containers is available for Ubuntu\* **16.04** and **17.10**.
|
>
|
||||||
Currently Kata Containers is currently only build for x86_64.
|
> - Kata Containers packages are available for Ubuntu\* **16.04** and **17.10** (currently `x86_64` only).
|
||||||
|
>
|
||||||
|
> - If you are installing on a system that already has Clear Containers or `runv` installed,
|
||||||
|
> first read [the upgrading document](../Upgrading.md).
|
||||||
|
|
||||||
This step is only required in case Docker is not installed on the system.
|
This step is only required in case Docker is not installed on the system.
|
||||||
1. Install the latest version of Docker with the following commands:
|
1. Install the latest version of Docker with the following commands:
|
||||||
@ -22,7 +24,8 @@ For more information on installing Docker please refer to the
|
|||||||
|
|
||||||
2. Install the Kata Containers components with the following commands:
|
2. Install the Kata Containers components with the following commands:
|
||||||
|
|
||||||
**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 -
|
||||||
|
Loading…
Reference in New Issue
Block a user