d55cc188ce
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
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.