
krunvm
List of commands for krunvm:
-
krunvm:tldr:97d0f krunvm: Delete a specific image.$ krunvm delete "${image_name}"try on your machineexplain this command
-
krunvm:tldr:9dd92 krunvm: Start a specific image.$ krunvm start "${image_name}"try on your machineexplain this command
-
krunvm:tldr:d6712 krunvm: Create MicroVM based on Fedora.$ krunvm create ${docker-io-fedora} --cpus ${number_of_vcpus} --mem ${memory_in_megabytes} --name "${name}"try on your machineexplain this command
-
krunvm:tldr:e7159 krunvm: Change a specific image.$ krunvm changevm --cpus ${number_of_vcpus} --mem ${memory_in_megabytes} --name "${new_vm_name}" "${current_vm_name}"try on your machineexplain this command