krunvm Command Examples

Create MicroVMs from OCI images. More information: https://github.com/containers/krunvm.

krunvm create {{docker.io/fedora}} --cpus {{number_of_vcpus}} --mem {{memory_in_megabytes}} --name "{{name}}"

krunvm start "{{image_name}}"

krunvm list

krunvm changevm --cpus {{number_of_vcpus}} --mem {{memory_in_megabytes}} --name "{{new_vm_name}}" "{{current_vm_name}}"

krunvm delete "{{image_name}}"