mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 22:34:25 +01:00
Generated by git subtree add --prefix=docs git@github.com:kata-containers/documentation.git master git-subtree-dir: docs git-subtree-mainline:ec146a1b39git-subtree-split:510287204bFixes: #329 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
1.9 KiB
1.9 KiB
Installing with kata-manager
Introduction
kata-manager automates the Kata Containers installation procedure documented for these Linux distributions.
Note
:
kata-managerrequirescurlandsudoinstalled on your system.Full installation mode is only available for Docker container manager. For other setups, you can still use
kata-managerto install Kata package, and then setup your container manager manually.You can run
kata-managerin dry run mode by passing the-nflag. Dry run mode allows you to review the commands thatkata-managerwould run, without doing any change to your system.
Full Installation
This command does the following:
- Installs Kata Containers packages
- Installs Docker
- Configure Docker to use the Kata OCI runtime by default
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/kata-containers/tests/master/cmd/kata-manager/kata-manager.sh) install-docker-system"
Install the Kata packages only
Use the following command to only install Kata Containers packages.
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/kata-containers/tests/master/cmd/kata-manager/kata-manager.sh) install-packages"
Further Information
For more information on what kata-manager can do, refer to the kata-manager page.