Files
apple--containerization/examples
Aditya Ramani d55cc188ce Allow setting log level for vminitd (#772)
The `--log-level` option when running the agent sub-command for vminitd
was being silently ignored cause of the way the agent is being run. As a
workaround we need to read `/proc/self/cmdline` to get the right args
2026-06-16 18:04:31 -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.