mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

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>
15 lines
511 B
Plaintext
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.
|