aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-10-04 19:08:25 +0200
committerGitHub <noreply@github.com>2022-10-04 19:08:25 +0200
commit0330d1abed7559e33baf50167a161e8ec54363b3 (patch)
tree0862ee46785680cc13c08d86202e660fc1655be7 /docs/source/markdown/options
parentad2ae8e574f2442ab33b33bce0f55c39f5b951ad (diff)
parenteaa3892623111378ed50ed938dae391272ba999f (diff)
downloadpodman-0330d1abed7559e33baf50167a161e8ec54363b3.tar.gz
podman-0330d1abed7559e33baf50167a161e8ec54363b3.tar.bz2
podman-0330d1abed7559e33baf50167a161e8ec54363b3.zip
Merge pull request #16032 from edsantiago/docs_dedup_variant
[CI:DOCS] Man pages: refactor common options: --variant
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r--docs/source/markdown/options/variant.container.md3
-rw-r--r--docs/source/markdown/options/variant.manifest.md5
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/markdown/options/variant.container.md b/docs/source/markdown/options/variant.container.md
new file mode 100644
index 000000000..ed7cd29d3
--- /dev/null
+++ b/docs/source/markdown/options/variant.container.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.
diff --git a/docs/source/markdown/options/variant.manifest.md b/docs/source/markdown/options/variant.manifest.md
new file mode 100644
index 000000000..b1d7b28aa
--- /dev/null
+++ b/docs/source/markdown/options/variant.manifest.md
@@ -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.