mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
docs: fix broken example
In coreos /mnt is a symlink to /vat/mnt and systemd does not like do use the symlink for some reason. Simply fix the example to use /Users which now works as we always create the directories even on /. Fixes #24281 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
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