diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00-INDEX | 3 | ||||
-rw-r--r-- | docs/podman.txt | 14 | ||||
-rw-r--r-- | docs/podman.txt.license | 3 |
3 files changed, 20 insertions, 0 deletions
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. | |||
11 | openvswitch.txt | 11 | openvswitch.txt |
12 | - example on how to setup openvswitch with qemu/kvm. | 12 | - example on how to setup openvswitch with qemu/kvm. |
13 | 13 | ||
14 | podman.txt | ||
15 | - documentation on podman container engine integration. | ||
16 | |||
14 | xvisor.txt | 17 | xvisor.txt |
15 | - example on how to setup Xvisor for RISC-V QEMU. | 18 | - 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 @@ | |||
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. | ||
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 @@ | |||
1 | SPDX-FileCopyrightText: Huawei Inc. | ||
2 | |||
3 | SPDX-License-Identifier: MIT | ||