diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-08-22 14:53:57 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-08-22 16:38:20 +0200 |
commit | fbe2bd87b0581bdd1651689b9b8a01d0d5116517 (patch) | |
tree | 16c4a507dee40777af0dafb3e89536b28f4ee765 /docs/source/markdown/podman-create.1.md.in | |
parent | 351028b1ac87851fc084b8b5e09eb80660e6bb5a (diff) | |
download | podman-fbe2bd87b0581bdd1651689b9b8a01d0d5116517.tar.gz podman-fbe2bd87b0581bdd1651689b9b8a01d0d5116517.tar.bz2 podman-fbe2bd87b0581bdd1651689b9b8a01d0d5116517.zip |
[CI:DOCS] elaborate on image lookups of foreign platforms
After pulling/creating an image of a foreign platform, Podman will
happily use it when looking it up in the local storage and will not
pull down the image matching the host platform.
As discussed in #12682, the reasoning for it is Docker compatibility and
the fact that user already rely on the behavior. While Podman is now
emitting a warning when an image is in use not matching the local
platform, the documentation was lacking that information.
Fixes: #15300
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index 3e6b07225..7ec4fc66f 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -452,6 +452,7 @@ This option conflicts with **--add-host**. #### **--os**=*OS* Override the OS, defaults to hosts, of the image to be pulled. For example, `windows`. +Unless overridden, subsequent lookups of the same image in the local storage will match this OS, regardless of the host. @@option passwd-entry |