summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pull.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-01 21:48:40 +0100
committerGitHub <noreply@github.com>2020-12-01 21:48:40 +0100
commite3313fdd50057ee86551c535252a4dbed82d6516 (patch)
treeb9a22bf73bc9bd95df6e483fe354ec8250dba5c8 /docs/source/markdown/podman-pull.1.md
parentb7ff6f09121eee8a0444baede9f6c84cc1f12b71 (diff)
parent88f8d96ed8e7edcb4dfdb3de707034036bab27ff (diff)
downloadpodman-e3313fdd50057ee86551c535252a4dbed82d6516.tar.gz
podman-e3313fdd50057ee86551c535252a4dbed82d6516.tar.bz2
podman-e3313fdd50057ee86551c535252a4dbed82d6516.zip
Merge pull request #8488 from rhatdan/platform
Add support for --platform
Diffstat (limited to 'docs/source/markdown/podman-pull.1.md')
-rw-r--r--docs/source/markdown/podman-pull.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-pull.1.md b/docs/source/markdown/podman-pull.1.md
index 4495cec3a..44a7e83b6 100644
--- a/docs/source/markdown/podman-pull.1.md
+++ b/docs/source/markdown/podman-pull.1.md
@@ -106,6 +106,11 @@ Override the OS, defaults to hosts, of the image to be pulled. For example, `win
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.
+#### **--platform**=*OS/ARCH*
+
+Specify the platform for selecting the image. (Conflicts with override-arch and override-os)
+The `--platform` option can be used to override the current architecture and operating system.
+
#### **--quiet**, **-q**
Suppress output information when pulling images