krunvm
Verified for current stable LTS
Krunvm Command: Create Microvm From Oci Image
Use for create microvm from oci image with Krunvm. Exact CLI syntax to create microvm from oci image using Krunvm.
When to use this: Use for create microvm from oci image with Krunvm.
Command Syntax
krunvm create <docker.io/fedora> --cpus <number_of_vcpus> --mem <memory_in_megabytes> --name "<name>" krunvm create <docker.io/fedora> --cpus <number_of_vcpus> --mem <memory_in_megabytes> --name "<name>" Command Breakdown
--cpus- Command Option
- Tool-specific option used by this command invocation.
--mem- Command Option
- Tool-specific option used by this command invocation.
--name- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create microvm from oci image using Krunvm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Krunvm Command: Change Specific Image
krunvm changevm --cpus <number_of_vcpus> --mem <memory_in_megabytes> --name "<new_vm_name>" "<current_vm_name>" Krunvm Command: Delete Specific Image krunvm delete "<image_name>" Krunvm Command: List Images krunvm list Krunvm Command: Start Specific Image krunvm start "<image_name>" Docker Container Update Command: Update Cpu Count Container docker update --cpus <count> <container_name>