Files
pickle-RickA 565e8a3e02 Improve documentation formatting and consistency (#633)
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>
2026-05-27 00:23:39 -07:00
..
2025-11-12 14:30:01 -08:00

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.