# Functions
ContainerRuntimes return the names of available container runtimes.
HostArch returns the host CPU architecture.
NewContainer creates a new container environment.
RegisterContainer registers a new container runtime.
# Constants
No description provided by the author
ContainerRuntimeKey is the settings key for container runtime.
No description provided by the author
# Interfaces
Container is container environment.
Dependencies are dependencies that must exist on the host.
GuestActions are actions performed on the guest i.e.
Host is the host environment.
HostActions are actions performed on the host.
VM is virtual machine.
# Type aliases
Arch is the CPU architecture of the VM.
NewContainerFunc is implemented by container runtime implementations to create a new instance.