mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
Use machine image as specified in containers.conf
For podman machine init, deprecate the --image-path option for --image. --image now accepts the correct image from containers.conf Also, add the ability to specify an OCI image from the --image flag using the docker:// transport. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -73,11 +73,10 @@ Fully qualified path of the ignition file.
|
||||
If an ignition file is provided, the file
|
||||
is copied into the user's CONF_DIR and renamed. Additionally, no SSH keys are generated, nor are any system connections made. It is assumed that the user does these things manually or handled otherwise.
|
||||
|
||||
#### **--image-path**
|
||||
#### **--image**
|
||||
|
||||
Fully qualified path or URL to the VM image.
|
||||
Can also be set to `testing`, `next`, or `stable` to pull down default image.
|
||||
Defaults to `testing`.
|
||||
Fully qualified registry, path, or URL to a VM image.
|
||||
Registry target must be in the form of `docker://registry/repo/image:version`.
|
||||
|
||||
#### **--memory**, **-m**=*number*
|
||||
|
||||
|
Reference in New Issue
Block a user