Skip to content

Commit

Permalink
Merge pull request #24409 from Luap99/machine-doc
Browse files Browse the repository at this point in the history
docs: fix broken example
  • Loading branch information
openshift-merge-bot[bot] authored Oct 30, 2024
2 parents 9156eae + 2a0a524 commit c3abb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-machine-init.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit c3abb8d

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.