diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-26 10:13:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 10:13:08 -0400 |
commit | 18da5b0bf6d83e31a3db534068af367816349cf0 (patch) | |
tree | 2afeb5517d178f0708923982f9330bced93dc709 /docs/source/markdown/podman-machine-init.1.md | |
parent | 54e0afffe7dd8e5ab7daa75de2f06331cd78dd48 (diff) | |
parent | 3f22e529644aad8e4b763564c9ef98a3cbdae4fc (diff) | |
download | podman-18da5b0bf6d83e31a3db534068af367816349cf0.tar.gz podman-18da5b0bf6d83e31a3db534068af367816349cf0.tar.bz2 podman-18da5b0bf6d83e31a3db534068af367816349cf0.zip |
Merge pull request #11208 from ashley-cui/streams
[NO TESTS NEEDED] Allow setting of machine stream and image path from containers.conf
Diffstat (limited to 'docs/source/markdown/podman-machine-init.1.md')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index 32aae91c1..740897666 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -39,7 +39,9 @@ do these things manually or handle otherwise. #### **--image-path** -Fully qualified path of the uncompressed image file +Fully qualified path or URL to the VM image. +Can also be set to `testing` or `stable` to pull down default image. +Defaults to `testing`. #### **--memory**, **-m**=*number* |