diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-22 18:44:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 18:44:47 -0400 |
commit | f342784ce58fef0e79c61181e355f320d6f903da (patch) | |
tree | 340e835f8b8ea8e3c580ca7eeaf0b5bbc01a86b6 /docs/source | |
parent | f2eb5bbbaee0f8dae0ee980280d1cdb526a81330 (diff) | |
parent | f5f95d722fac04bbc2c5082ea430c9eb1f0eeade (diff) | |
download | podman-f342784ce58fef0e79c61181e355f320d6f903da.tar.gz podman-f342784ce58fef0e79c61181e355f320d6f903da.tar.bz2 podman-f342784ce58fef0e79c61181e355f320d6f903da.zip |
Merge pull request #11701 from ashley-cui/stream
Fix machine image
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index 1236db602..f1fbd56ee 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -40,7 +40,7 @@ do these things manually or handle otherwise. #### **--image-path** Fully qualified path or URL to the VM image. -Can also be set to `testing` or `stable` to pull down default image. +Can also be set to `testing`, `next`, or `stable` to pull down default image. Defaults to `testing`. #### **--memory**, **-m**=*number* |