565e8a3e02
Small documentation improvements for better consistency: - Fixed capitalization (url → URL) in kernel README - Added bash syntax highlighting to code block in lab.md - Improved formatting consistency in ctr-example README (added colon + code fence) Co-authored-by: pickle-RickA <273219719+pickle-RickA@users.noreply.github.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.