summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2021-09-22 14:38:24 -0400
committerAshley Cui <acui@redhat.com>2021-09-22 14:42:44 -0400
commit3bd3c62134f76397a96505e2cfb465aad5efd221 (patch)
tree2d73cb0826c0d799bd51f3b07dcc22bb94592572 /docs/source
parentf93500810800e85af4de88b99efeaea989db9025 (diff)
downloadpodman-3bd3c62134f76397a96505e2cfb465aad5efd221.tar.gz
podman-3bd3c62134f76397a96505e2cfb465aad5efd221.tar.bz2
podman-3bd3c62134f76397a96505e2cfb465aad5efd221.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.md2
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 c864a87ef..8a65be5a9 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*