meta-virtualization/docs/podman.txt
Andrei Gherzan 39ef27d458 podman: Add support for rootless mode
This support is disabled by default and exposed via PACKAGECONFIG.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-07-15 17:13:05 -04:00

15 lines
511 B
Plaintext

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.