mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #24409 from Luap99/machine-doc
docs: fix broken example
This commit is contained in:
@ -194,9 +194,9 @@ Initialize the specified Podman machine overriding its memory size, pulling the
|
||||
$ 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.
|
||||
|
Reference in New Issue
Block a user