diff options
author | tomsweeneyredhat <tsweeney@redhat.com> | 2022-06-04 15:13:16 -0400 |
---|---|---|
committer | tomsweeneyredhat <tsweeney@redhat.com> | 2022-06-04 15:19:09 -0400 |
commit | 1fc5a107a0db01d8e147c45af95c97d106f3c320 (patch) | |
tree | 848ca05dfb6a395cd12e50851f5f31d98f6a543a /contrib | |
parent | 8c0e033f27562b3c228a370b4c2e324f4bb0590b (diff) | |
download | podman-1fc5a107a0db01d8e147c45af95c97d106f3c320.tar.gz podman-1fc5a107a0db01d8e147c45af95c97d106f3c320.tar.bz2 podman-1fc5a107a0db01d8e147c45af95c97d106f3c320.zip |
[CI:DOCS] PodmanImage Readme touchup
@cevich recently renamed all the files named Dockerfile to Containerfile
in this directory. Touching up the README.md to reflect that.
Also, as I was doing the submit, I noticed a couple of nits in the PR
request template and cleaned those up.
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/podmanimage/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/podmanimage/README.md b/contrib/podmanimage/README.md index 4f184ca28..7e35bdf0a 100644 --- a/contrib/podmanimage/README.md +++ b/contrib/podmanimage/README.md @@ -4,7 +4,7 @@ ## Overview -This directory contains the Dockerfiles necessary to create the podmanimage container +This directory contains the Containerfiles necessary to create the podmanimage container images that are housed on quay.io under the Podman account. All repositories where the images live are public and can be pulled without credentials. These container images are secured and the resulting containers can run safely with privileges within the container. |