2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-07-05 02:52:27 +00:00

docs: regenerate cli reference

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-12 11:21:45 +02:00
parent 3940cd8975
commit 9d2ceb8cba
3 changed files with 4 additions and 4 deletions

View File

@ -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")
```