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