15 lines
462 B
Markdown
15 lines
462 B
Markdown
# Examples
|
|
|
|
This directory contains example projects demonstrating how to use Containerization.
|
|
|
|
## Available Examples
|
|
|
|
### [ctr-example](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](ctr-example/README.md) for detailed build and run instructions.
|