6b8fe3b43f
- Added README.md for examples directory to provide an overview and instructions. - Updated ctr-example README.md with clearer build and run instructions. - Improved lab.md with a dynamic command to fetch the latest kernel. Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
Examples
This directory contains example projects demonstrating how to use Containerization.
Available Examples
ctr-example
A basic example of launching a Linux container using Containerization. This example demonstrates:
- Fetching and configuring a Linux kernel
- Creating and starting containers
- Basic container management operations
See the ctr-example README for detailed build and run instructions.