1KRUNVM-START(1)                                                KRUNVM-START(1)
2
3
4

NAME

6       krunvm-start - Starts an existing microVM
7

SYNOPSIS

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

DESCRIPTION

12       krunvm start starts an existing microVM created by krunvm-create(1) and
13       attaches stdin/stdout to its virtio-console providing a seamless
14       experience for interacting with the guest running inside it.
15
16       COMMAND is the first binary to be executed in the microVM. If it’s not
17       present in the command line, krunvm-start(1) defaults to executing
18       /bin/sh.
19
20       Additional arguments for COMMAND can be specified in the command line
21       by appending -- followed by ARGS.
22

OPTIONS

24       --cpus NUM
25           Override the number of vCPUs configured for this microVM.
26
27       --mem NUM
28           Override amount of RAM, in MiB, configured for this microVM.
29

SEE ALSO

31       krunvm(1), krunvm-create(1), krunvm-changevm(1)
32
33
34
35                                  2022-07-18                   KRUNVM-START(1)
Impressum