summaryrefslogtreecommitdiffstats
path: root/docs/00-INDEX
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-01-07 18:49:27 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-01-21 18:00:26 -0500
commit7c779aedb554e7e04e98376f57365c622175f470 (patch)
treeb99f2ef55b550ceccf310dd809ad307839f84148 /docs/00-INDEX
parent33cbcc8310b846f964f7aa1829526a59c138e516 (diff)
downloadmeta-virtualization-7c779aedb554e7e04e98376f57365c622175f470.tar.gz
docs: add container bundling and vdkr/vpdmn documentation
Add comprehensive documentation for the container cross-install system: - Choosing between BUNDLED_CONTAINERS and container-bundle packages - Decision guide table for selecting the right approach - Component relationships (app recipe -> container image -> bundle) - BUNDLED_CONTAINERS format and examples - container-bundle.bbclass usage - Container autostart configuration - vdkr/vpdmn virtual container runtime usage - Architecture overview and how it works - Testing instructions This provides a single reference for users wanting to bundle containers into Yocto images at build time. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'docs/00-INDEX')
-rw-r--r--docs/00-INDEX3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/00-INDEX b/docs/00-INDEX
index 6659fbee..dfcc8bda 100644
--- a/docs/00-INDEX
+++ b/docs/00-INDEX
@@ -8,6 +8,9 @@ alphabetical order as well.
800-README 800-README
9 - info on the goals of meta-virtualization and this docs subdir 9 - info on the goals of meta-virtualization and this docs subdir
10 10
11container-bundling.md
12 - container bundling, cross-install, and vdkr/vpdmn documentation.
13
11openvswitch.txt 14openvswitch.txt
12 - example on how to setup openvswitch with qemu/kvm. 15 - example on how to setup openvswitch with qemu/kvm.
13 16