mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +00:00
Readme: Update readme with snap remove command
Update Readme with command on how to remove snap after installing it. Fixes: #446 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
parent
f93eb2315d
commit
3305e3bd27
@ -5,6 +5,7 @@
|
|||||||
* [Build and install snap image](#build-and-install-snap-image)
|
* [Build and install snap image](#build-and-install-snap-image)
|
||||||
* [Configure Kata Containers](#configure-kata-containers)
|
* [Configure Kata Containers](#configure-kata-containers)
|
||||||
* [Integration with docker and kubernetes](#integration-with-docker-and-kubernetes)
|
* [Integration with docker and kubernetes](#integration-with-docker-and-kubernetes)
|
||||||
|
* [Remove Snap](#remove-snap)
|
||||||
* [Limitations](#limitations)
|
* [Limitations](#limitations)
|
||||||
|
|
||||||
This directory contains the resources needed to build the Kata Containers
|
This directory contains the resources needed to build the Kata Containers
|
||||||
@ -20,7 +21,7 @@ $ sudo apt-get install -y snapd snapcraft
|
|||||||
|
|
||||||
## Install snap
|
## Install snap
|
||||||
|
|
||||||
You can install Kata Containers from the [snapcraft store][8] or by running the following command:
|
You can install the Kata Containers snap from the [snapcraft store][8] or by running the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ sudo snap install kata-containers
|
$ sudo snap install kata-containers
|
||||||
@ -64,6 +65,14 @@ The path to the runtime provided by the Kata Containers snap image is
|
|||||||
`/snap/kata-containers/current/usr/bin/kata-runtime`. You should use it to
|
`/snap/kata-containers/current/usr/bin/kata-runtime`. You should use it to
|
||||||
run Kata Containers with [docker][9] and [kubernetes][10].
|
run Kata Containers with [docker][9] and [kubernetes][10].
|
||||||
|
|
||||||
|
## Remove snap
|
||||||
|
|
||||||
|
You can remove the Kata Containers snap by running the following command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ sudo snap remove kata-containers
|
||||||
|
```
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
The [miniOS image][2] is not included in the snap image as it is not possible for
|
The [miniOS image][2] is not included in the snap image as it is not possible for
|
||||||
|
Loading…
Reference in New Issue
Block a user