mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
Merge pull request #470 from nitkon/patch-1
README: Update with correct install snap command
This commit is contained in:
@@ -13,8 +13,9 @@ This directory contains the resources needed to build the Kata Containers
|
||||
|
||||
## Initial setup
|
||||
|
||||
*Ubuntu 18.04*
|
||||
|
||||
Kata Containers can be installed in any Linux distribution that supports
|
||||
[snapd](https://docs.snapcraft.io/installing-snapd). For this example, we
|
||||
assume Ubuntu as your base distro.
|
||||
```sh
|
||||
$ sudo apt-get install -y snapd snapcraft
|
||||
```
|
||||
@@ -24,7 +25,7 @@ $ sudo apt-get install -y snapd snapcraft
|
||||
You can install the Kata Containers snap from the [snapcraft store][8] or by running the following command:
|
||||
|
||||
```sh
|
||||
$ sudo snap install kata-containers
|
||||
$ sudo snap install kata-containers --classic
|
||||
```
|
||||
|
||||
## Build and install snap image
|
||||
|
Reference in New Issue
Block a user