From cf8a763b28e0608b475643781c5ae51a5186b543 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 11 Jul 2022 20:53:04 +0200 Subject: podman: Add support for rootless mode This support is disabled by default and exposed via PACKAGECONFIG. Signed-off-by: Andrei Gherzan Signed-off-by: Bruce Ashfield --- docs/00-INDEX | 3 +++ docs/podman.txt | 14 ++++++++++++++ docs/podman.txt.license | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 docs/podman.txt create mode 100644 docs/podman.txt.license (limited to 'docs') diff --git a/docs/00-INDEX b/docs/00-INDEX index 5aa1b3c5..6659fbee 100644 --- a/docs/00-INDEX +++ b/docs/00-INDEX @@ -11,5 +11,8 @@ alphabetical order as well. openvswitch.txt - example on how to setup openvswitch with qemu/kvm. +podman.txt + - documentation on podman container engine integration. + xvisor.txt - example on how to setup Xvisor for RISC-V QEMU. diff --git a/docs/podman.txt b/docs/podman.txt new file mode 100644 index 00000000..66a69b3c --- /dev/null +++ b/docs/podman.txt @@ -0,0 +1,14 @@ +Podman +====== + +Rootless mode +------------- + +Podman is a daemonless container engine that has as one of its features the +ability to run in rootless mode. This requires a set of configurations and +additional components. The OE/Yocto integration configures podman with this +support disabled by default. This can be changed via configuration files +(distro, local.conf, etc.) or bbappends using the `PACKAGECONFIG` variable. + +To enable rootless support, add `rootless` to the `PACKAGECONFIG` podman +recipe variable. diff --git a/docs/podman.txt.license b/docs/podman.txt.license new file mode 100644 index 00000000..c7348705 --- /dev/null +++ b/docs/podman.txt.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Huawei Inc. + +SPDX-License-Identifier: MIT -- cgit v1.2.3-54-g00ecf