diff --git a/docs/content/reference/d2vm_build.md b/docs/content/reference/d2vm_build.md index 8cb6f88..4601a34 100644 --- a/docs/content/reference/d2vm_build.md +++ b/docs/content/reference/d2vm_build.md @@ -16,7 +16,7 @@ d2vm build [context directory] [flags] -h, --help help for build --network-manager string Network manager to use for the image: none, netplan, ifupdown -o, --output string The output image, the extension determine the image format, raw will be used if none. Supported formats: qcow2 qed raw vdi vhd vmdk (default "disk0.qcow2") - -p, --password string Root user password (default "root") + -p, --password string Optional root user password --raw Just convert the container to virtual machine image without installing anything more -s, --size string The output image size (default "10G") ``` diff --git a/docs/content/reference/d2vm_convert.md b/docs/content/reference/d2vm_convert.md index 90feb72..1e0c88b 100644 --- a/docs/content/reference/d2vm_convert.md +++ b/docs/content/reference/d2vm_convert.md @@ -14,7 +14,7 @@ d2vm convert [docker image] [flags] -h, --help help for convert --network-manager string Network manager to use for the image: none, netplan, ifupdown -o, --output string The output image, the extension determine the image format, raw will be used if none. Supported formats: qcow2 qed raw vdi vhd vmdk (default "disk0.qcow2") - -p, --password string The Root user password (default "root") + -p, --password string Optional root user password --pull Always pull docker image --raw Just convert the container to virtual machine image without installing anything more -s, --size string The output image size (default "10G") diff --git a/docs/content/reference/d2vm_run_qemu.md b/docs/content/reference/d2vm_run_qemu.md index 0b6bbf2..4588f1a 100644 --- a/docs/content/reference/d2vm_run_qemu.md +++ b/docs/content/reference/d2vm_run_qemu.md @@ -12,9 +12,9 @@ d2vm run qemu [options] [image-path] [flags] --accel string Choose acceleration mode. Use 'tcg' to disable it. (default "hvf:tcg") --arch string Type of architecture to use, e.g. x86_64, aarch64, s390x (default "x86_64") --cpus uint Number of CPUs (default 1) - --data string String of metadata to pass to VM; error to specify both -data and -data-file + --data string String of metadata to pass to VM --detached Set qemu container to run in the background - --device multiple-flag Add USB host device(s). Format driver[,prop=value][,...] -- add device, like -device on the qemu command line. (default A multiple flag is a type of flag that can be repeated any number of times) + --device multiple-flag Add USB host device(s). Format driver[,prop=value][,...] -- add device, like --device on the qemu command line. (default A multiple flag is a type of flag that can be repeated any number of times) --disk disk Disk config, may be repeated. [file=]path[,size=1G][,format=qcow2] (default []) --gui Set qemu to use video output instead of stdio -h, --help help for qemu