diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-10 05:20:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 05:20:48 -0500 |
commit | eaa19a1c10c8eb2e5d8a0d864c123c2f3484b01a (patch) | |
tree | 5f346f2c166b623aed76a8799ab3d3a73f52eed0 /docs/source/markdown | |
parent | 9216be2008696bc9f0bc26686be8becae3d12bfc (diff) | |
parent | b0707af68b88168fa7b48df039e27e4e165f3423 (diff) | |
download | podman-eaa19a1c10c8eb2e5d8a0d864c123c2f3484b01a.tar.gz podman-eaa19a1c10c8eb2e5d8a0d864c123c2f3484b01a.tar.bz2 podman-eaa19a1c10c8eb2e5d8a0d864c123c2f3484b01a.zip |
Merge pull request #8641 from umohnani8/play
Do not pull if image domain is localhost
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-play-kube.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 67584ffcc..2de261f66 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -15,6 +15,8 @@ Ideally the input file would be one created by Podman (see podman-generate-kube( Note: HostPath volume types created by play kube will be given an SELinux private label (Z) +Note: If the `:latest` tag is used, Podman will attempt to pull the image from a registry. If the image was built locally with Podman or Buildah, it will have `localhost` as the domain, in that case, Podman will use the image from the local store even if it has the `:latest` tag. + ## OPTIONS #### **--authfile**=*path* |