Categorygithub.com/containers/libhvee
repository
0.7.1
Repository: https://github.com/containers/libhvee.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

libhvee

Libhvee is a special purposed library for interacting with Microsoft's HyperV hypervisor. It was designed with the Ignition and Podman projects in mind largely because Podman Machine would like to support HyperV in addition to WSL2.

The libhvee library can do the following with HyperV virtual machines:

  • Create
  • Start
  • Stop
  • Remove
  • Obtain various statuses
  • Add and read key-value pairs used for passing information from the host to guest virtual machines.

For an example on how to use this library, consider consulting the examples in the cmd dir.