Touchups for registries.conf across a few man pages

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #927
Approved by: rhatdan
This commit is contained in:
TomSweeneyRedHat
2018-06-09 15:04:38 -04:00
committed by Atomic Bot
parent 1e9e530714
commit 9b72746f9a
5 changed files with 18 additions and 8 deletions

View File

@ -416,10 +416,10 @@ podman build --volume /home/test:/myvol:ro,Z -t imageName .
**registries.conf** (`/etc/containers/registries.conf`)
registries.conf is the configuration file which specifies which registries should be consulted when completing image names which do not include a registry or domain portion.
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
podman(1), buildah(1)
podman(1), buildah(1), registries.conf(5)
## HISTORY

View File

@ -10,7 +10,7 @@ podman\-info - Display system information
## DESCRIPTION
Displays information pertinent to the host, current storage stats, configured registries, and build of podman.
Displays information pertinent to the host, current storage stats, configured container registries, and build of podman.
## OPTIONS
@ -93,4 +93,4 @@ map[registries:[docker.io registry.fedoraproject.org registry.access.redhat.com]
```
## SEE ALSO
podman(1), crio(8)
podman(1), registries.conf(5), storage.conf(5), crio(8)

View File

@ -136,9 +136,14 @@ Writing manifest to image destination
Storing signatures
03290064078cb797f3e0a530e78c20c13dd22a3dd3adf84a5da2127b48df0438
```
## FILES
**registries.conf** (`/etc/containers/registries.conf`)
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
podman(1), podman-push(1), podman-login(1), crio(8)
podman(1), podman-push(1), podman-login(1), registries.conf(5), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View File

@ -105,9 +105,14 @@ INDEX NAME
fedoraproject.org fedoraproject.org/fedora
fedoraproject.org fedoraproject.org/fedora-minimal
```
## FILES
**registries.conf** (`/etc/containers/registries.conf`)
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
podman(1), crio(8)
podman(1), registries.conf(5), crio(8)
## HISTORY
January 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View File

@ -132,10 +132,10 @@ has the capability to debug pods/images created by crio.
**registries.conf** (`/etc/containers/registries.conf`)
registries.conf is the configuration file which specifies which registries should be consulted when completing image names which do not include a registry or domain portion.
registries.conf is the configuration file which specifies which container registries should be consulted when completing image names which do not include a registry or domain portion.
## SEE ALSO
`oci-hooks(5)`, `storage.conf(5)`, `crio(8)`
`oci-hooks(5)`, `registries.conf(5)`, `storage.conf(5)`, `crio(8)`
## HISTORY
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>