Files
Danny Canter d8fcd1e9ca Network: Move to standalone type (#584)
The network protocol and VMNetNetwork implementation currently are
housed on ContainerManager even though they are generally useful types
even outside of this easy to use helper type. This change moves them to
not be nested types anymore, as well as exposes a new param on
VMNetNetworks constructor so we can pass the type of network.
2026-03-19 11:33:46 -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.