Merge pull request from edsantiago/docs_dedup_variant

[CI:DOCS] Man pages: refactor common options: --variant
This commit is contained in:
OpenShift Merge Robot
2022-10-04 19:08:25 +02:00
committed by GitHub
8 changed files with 14 additions and 17 deletions

@ -12,6 +12,7 @@ podman-login.1.md
podman-logout.1.md
podman-logs.1.md
podman-manifest-add.1.md
podman-manifest-annotate.1.md
podman-manifest-create.1.md
podman-manifest-push.1.md
podman-pause.1.md

@ -0,0 +1,3 @@
#### **--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.

@ -0,0 +1,5 @@
#### **--variant**
Specify the variant which the list or index records for the image. This option
is typically used to distinguish between multiple entries which share the same
architecture value, but which expect different versions of its instruction set.

@ -398,8 +398,7 @@ Note: Labeling can be disabled for all containers by setting label=false in the
@@option uts.container
#### **--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.
@@option variant.container
@@option volume

@ -58,11 +58,7 @@ image. This option is rarely used.
@@option tls-verify
#### **--variant**
Specify the variant which the list or index records for the image. This option
is typically used to distinguish between multiple entries which share the same
architecture value, but which expect different versions of its instruction set.
@@option variant.manifest
## Transport

@ -44,11 +44,7 @@ for the image. This option is rarely used.
Specify the OS version which the list or index records as a requirement for the
image. This option is rarely used.
#### **--variant**
Specify the variant which the list or index records for the image. This option
is typically used to distinguish between multiple entries which share the same
architecture value, but which expect different versions of its instruction set.
@@option variant.manifest
## EXAMPLE

@ -73,9 +73,7 @@ Suppress output information when pulling images
@@option tls-verify
#### **--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.
@@option variant.container
## FILES

@ -439,8 +439,7 @@ echo "asdf" | podman run --rm -i someimage /bin/cat
@@option uts.container
#### **--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.
@@option variant.container
@@option volume