mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add support for variant when pulling images
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -600,10 +600,13 @@ Whether to disable OOM Killer for the container or not.
|
||||
Tune the host's OOM preferences for containers (accepts -1000 to 1000)
|
||||
|
||||
**--override-arch**=*ARCH*
|
||||
Override the machine's default architecture of the image to be pulled. For example, `arm`.
|
||||
Override the architecture, defaults to hosts, of the image to be pulled. For example, `arm`.
|
||||
|
||||
**--override-os**=*OS*
|
||||
Use OS instead of the running OS for choosing images
|
||||
Override the OS, defaults to hosts, of the image to be pulled. For example, `windows`.
|
||||
|
||||
**--override-variant**=*VARIANT*
|
||||
Use _VARIANT_ instead of the default architecture variant of the container image. Some images can use multiple variants of the arm architectures, such as arm/v5 and arm/v7.
|
||||
|
||||
**--pid**=*pid*
|
||||
|
||||
|
@ -80,10 +80,14 @@ registry and is not supported by Podman. This flag is a NOOP and provided
|
||||
solely for scripting compatibility.
|
||||
|
||||
**--override-arch**=*ARCH*
|
||||
Override the machine's default architecture of the image to be pulled. For example, `arm`.
|
||||
Override the architecture, defaults to hosts, of the image to be pulled. For example, `arm`.
|
||||
|
||||
**--override-os**=*OS*
|
||||
Use OS instead of the running OS for choosing images
|
||||
Override the OS, defaults to hosts, of the image to be pulled. For example, `windows`.
|
||||
|
||||
**--override-variant**=*VARIANT*
|
||||
|
||||
Use _VARIANT_ instead of the default architecture variant of the container image. Some images can use multiple variants of the arm architectures, such as arm/v5 and arm/v7.
|
||||
|
||||
**--quiet**, **-q**
|
||||
|
||||
|
@ -609,10 +609,13 @@ Whether to disable OOM Killer for the container or not.
|
||||
Tune the host's OOM preferences for containers (accepts values from **-1000** to **1000**).
|
||||
|
||||
**--override-arch**=*ARCH*
|
||||
Override the machine's default architecture of the image to be pulled. For example, `arm`.
|
||||
Override the architecture, defaults to hosts, of the image to be pulled. For example, `arm`.
|
||||
|
||||
**--override-os**=*OS*
|
||||
Use OS instead of the running OS for choosing images
|
||||
Override the OS, defaults to hosts, of the image to be pulled. For example, `windows`.
|
||||
|
||||
**--override-variant**=*VARIANT*
|
||||
Use _VARIANT_ instead of the default architecture variant of the container image. Some images can use multiple variants of the arm architectures, such as arm/v5 and arm/v7.
|
||||
|
||||
**--pid**=*mode*
|
||||
|
||||
|
Reference in New Issue
Block a user