mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
Fix example in podman machine init man page
Fixes #11582 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -54,8 +54,9 @@ Print usage statement.
|
|||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
|
|
||||||
```
|
```
|
||||||
|
$ podman machine init
|
||||||
$ podman machine init myvm
|
$ podman machine init myvm
|
||||||
$ podman machine init --device=/dev/xvdc:rw myvm
|
$ podman machine init --disk-size 50
|
||||||
$ podman machine init --memory=1024 myvm
|
$ podman machine init --memory=1024 myvm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user