diff options
Diffstat (limited to 'docs/source/markdown/podman-machine-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-machine-create.1.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/source/markdown/podman-machine-create.1.md b/docs/source/markdown/podman-machine-create.1.md index 8282e3d56..1e199bb77 100644 --- a/docs/source/markdown/podman-machine-create.1.md +++ b/docs/source/markdown/podman-machine-create.1.md @@ -22,20 +22,21 @@ tied to the Linux kernel. Number of CPUs. -#### **--memory**, **-m**=*number* +#### **--ignition-path** -Memory (in MB). +Fully qualified path of the ignition file -#### **--kernel-path**=*path* +#### **--image-path** -Print usage statement. +Fully qualified path of the uncompressed image file -#### **--device**=_device_[**:**_permissions_] +#### **--memory**, **-m**=*number* + +Memory (in MB). -Add a device to the virtual machine. Optional *permissions* parameter -can be used to specify device permissions. **ro** means the device is read-only. +#### **--name** -Example: **--device=/dev/xvdc:ro**. +Name to assign to the VM #### **--help** |