diff options
author | Ashley Cui <acui@redhat.com> | 2021-08-12 10:31:17 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2021-08-24 14:18:55 -0400 |
commit | 3f22e529644aad8e4b763564c9ef98a3cbdae4fc (patch) | |
tree | 0cd4b9b69d955bb5e726417f0c31879784290a5b /docs/source | |
parent | 23f9565547ae2a6b0154e6913abf7f1232f0ece0 (diff) | |
download | podman-3f22e529644aad8e4b763564c9ef98a3cbdae4fc.tar.gz podman-3f22e529644aad8e4b763564c9ef98a3cbdae4fc.tar.bz2 podman-3f22e529644aad8e4b763564c9ef98a3cbdae4fc.zip |
Allow setting of machine stream and image path from containers.conf
Default is "testing"
Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs/source')
-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* |