# Functions
WithVMID annotates a containerd client's container object with a given firecracker VMID.
WithVMLocalImageConfig configures a spec with the content of the image's config.
WithVMLocalUser configures the user of the spec.
WithVMNetwork modifies a container to use its host network settings (host netns, host utsns, host /etc/resolv.conf and host /etc/hosts).
# Constants
VMIDAnnotationKey is the key specified in an OCI-runtime config annotation section specifying the ID of the VM in which the container should be spun up.