Scroll to navigation

KRUNVM-START(1)   KRUNVM-START(1)

NAME

krunvm-start - Starts an existing microVM

SYNOPSIS

krunvm start [OPTIONS] microVM [COMMAND] [-- ARGS]

DESCRIPTION

krunvm start starts an existing microVM created by krunvm-create(1) and attaches stdin/stdout to its virtio-console providing a seamless experience for interacting with the guest running inside it.

COMMAND is the first binary to be executed in the microVM. If it’s not present in the command line, krunvm-start(1) lets libkrun decide which binary will be executed.

Additional arguments for COMMAND can be specified in the command line by appending -- followed by ARGS.

OPTIONS

--cpus NUM

Override the number of vCPUs configured for this microVM.

--mem NUM

Override amount of RAM, in MiB, configured for this microVM.

--env KEY=VALUE

Set environment variable to be passed to the microVM.

SEE ALSO

krunvm(1), krunvm-create(1), krunvm-changevm(1)

2026-03-10