diff options
author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-07-11 20:53:04 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-07-15 17:11:58 -0400 |
commit | cf8a763b28e0608b475643781c5ae51a5186b543 (patch) | |
tree | 95884c7de34f968fac8f18ce41c8359445c10237 /docs/podman.txt | |
parent | 2e05df2f4379c8e013161f6b815f8d01315565c7 (diff) | |
download | meta-virtualization-cf8a763b28e0608b475643781c5ae51a5186b543.tar.gz |
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>
Diffstat (limited to 'docs/podman.txt')
-rw-r--r-- | docs/podman.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | Podman | ||
2 | ====== | ||
3 | |||
4 | Rootless mode | ||
5 | ------------- | ||
6 | |||
7 | Podman is a daemonless container engine that has as one of its features the | ||
8 | ability to run in rootless mode. This requires a set of configurations and | ||
9 | additional components. The OE/Yocto integration configures podman with this | ||
10 | support disabled by default. This can be changed via configuration files | ||
11 | (distro, local.conf, etc.) or bbappends using the `PACKAGECONFIG` variable. | ||
12 | |||
13 | To enable rootless support, add `rootless` to the `PACKAGECONFIG` podman | ||
14 | recipe variable. | ||