Merge pull request #24409 from Luap99/machine-doc

docs: fix broken example
This commit is contained in:
openshift-merge-bot[bot]
2024-10-30 14:36:24 +00:00
committed by GitHub

View File

@ -194,9 +194,9 @@ Initialize the specified Podman machine overriding its memory size, pulling the
$ podman machine init --memory=1024 myvm $ podman machine init --memory=1024 myvm
``` ```
Initialize the default Podman machine with the host directory `/Users` mounted into the VM at `/mnt/Users`. Initialize the default Podman machine with the host directory `/Users` mounted into the VM at `/Users`.
``` ```
$ podman machine init -v /Users:/mnt/Users $ podman machine init -v /Users:/Users
``` ```
Initialize the default Podman machine with a usb device passthrough specified with options. Only supported for QEMU Machines. Initialize the default Podman machine with a usb device passthrough specified with options. Only supported for QEMU Machines.