agent icon indicating copy to clipboard operation
agent copied to clipboard

Virtual Machine agent for hardware virtualized containers

Build Status Build Status Build Status Go Report Card Coverage Status

container-vm-agent

Virtual Machine agent for hardware virtualized containers

Role

This project holds the code related to a virtual machine agent relying on the communication protocol defined by hyperstart. That way, it allows to spawn some processes on behalf of pod/container(s) running inside the virtual machine. The code relies heavily on libcontainer so that we can reuse as much as possible the code used by runc (standard to run containers on bare metal).