Merge pull request #98 from bergwolf/runv-upgrade

upgrade: add runv upgrade guide
This commit is contained in:
James O. D. Hunt 2018-05-24 16:13:19 +01:00 committed by GitHub
commit ef3b0e5f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
* [Disable old container manager configuration](#disable-old-container-manager-configuration) * [Disable old container manager configuration](#disable-old-container-manager-configuration)
* [Install Kata Containers](#install-kata-containers) * [Install Kata Containers](#install-kata-containers)
* [Create a Kata Container](#create-a-kata-container) * [Create a Kata Container](#create-a-kata-container)
* [Upgrade from runV](#upgrade-from-runv)
* [Upgrade Kata Containers](#upgrade-kata-containers) * [Upgrade Kata Containers](#upgrade-kata-containers)
* [Appendices](#appendices) * [Appendices](#appendices)
* [Assets](#assets) * [Assets](#assets)
@ -20,7 +21,7 @@
# Introduction # Introduction
This document explains how to upgrade from This document explains how to upgrade from
[Clear Containers](https://github.com/clearcontainers) to [Clear Containers](https://github.com/clearcontainers) and [runV](https://github.com/hyperhq/runv) to
[Kata Containers](https://github.com/kata-containers) and how to upgrade an existing [Kata Containers](https://github.com/kata-containers) and how to upgrade an existing
Kata Containers system to the latest version. Kata Containers system to the latest version.
@ -118,6 +119,15 @@ Follow one of the [installation guides](https://github.com/kata-containers/docum
$ sudo docker run -ti busybox sh $ sudo docker run -ti busybox sh
``` ```
# Upgrade from runV
runV and Kata Containers can run together on the same system without affecting each other, as long as they are
not configured to use the same container root storage. Currently, runV defaults to `/run/runv` and Kata Containers
defaults to `/var/run/kata-containers`.
Now, to upgrade from runV you need to fresh install Kata Containers by following one of
the [installation guides](https://github.com/kata-containers/documentation/tree/master/install).
# Upgrade Kata Containers # Upgrade Kata Containers
As shown in the As shown in the