mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Merge pull request #16032 from edsantiago/docs_dedup_variant
[CI:DOCS] Man pages: refactor common options: --variant
This commit is contained in:
1
docs/source/markdown/.gitignore
vendored
1
docs/source/markdown/.gitignore
vendored
@ -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
|
||||
|
3
docs/source/markdown/options/variant.container.md
Normal file
3
docs/source/markdown/options/variant.container.md
Normal file
@ -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.
|
5
docs/source/markdown/options/variant.manifest.md
Normal file
5
docs/source/markdown/options/variant.manifest.md
Normal file
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user