Merge pull request #11586 from Luap99/doc

[CI:DOCS] Fix example in podman machine init man page
This commit is contained in:
OpenShift Merge Robot 2021-09-15 06:21:06 -04:00 committed by GitHub
commit 07e9bf340a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -54,13 +54,14 @@ Print usage statement.
## EXAMPLES
```
$ podman machine init
$ podman machine init myvm
$ podman machine init --device=/dev/xvdc:rw myvm
$ podman machine init --disk-size 50
$ podman machine init --memory=1024 myvm
```
## SEE ALSO
podman-machine (1)
podman-machine(1)
## HISTORY
March 2021, Originally compiled by Ashley Cui <acui@redhat.com>