diff options
author | Ashley Cui <acui@redhat.com> | 2021-09-22 14:38:24 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2021-09-22 14:38:24 -0400 |
commit | f5f95d722fac04bbc2c5082ea430c9eb1f0eeade (patch) | |
tree | 00243f1534c8eb41df0d6f7551ca0c556529301c /docs/source | |
parent | cd7b48198c38c5028540e85dc72dd3406f4318f0 (diff) | |
download | podman-f5f95d722fac04bbc2c5082ea430c9eb1f0eeade.tar.gz podman-f5f95d722fac04bbc2c5082ea430c9eb1f0eeade.tar.bz2 podman-f5f95d722fac04bbc2c5082ea430c9eb1f0eeade.zip |
Fix machine image
Make sure setting machine image to `testing` pulls down the testing
stream, and not the next stream
Signed-off-by: Ashley Cui <acui@redhat.com>
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* |