forked from containers/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix example in podman machine init man page
Fixes containers#11582 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,13 +52,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 <[email protected]> |