[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>
This commit is contained in:
parent
8c0e033f27
commit
1fc5a107a0
|
@ -18,7 +18,7 @@ is required: Enter your extended release note in the block below. If the PR
|
|||
requires additional action from users switching to the new release, include the
|
||||
string "action required".
|
||||
|
||||
For more information on release notes please follow the kubernetes model:
|
||||
For more information on release notes, please follow the Kubernetes model:
|
||||
https://git.k8s.io/community/contributors/guide/release-notes.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.
|
||||
|
|
Loading…
Reference in New Issue