mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:

committed by
Atomic Bot

parent
1e9e530714
commit
9b72746f9a
@ -416,10 +416,10 @@ podman build --volume /home/test:/myvol:ro,Z -t imageName .
|
|||||||
|
|
||||||
**registries.conf** (`/etc/containers/registries.conf`)
|
**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
|
## SEE ALSO
|
||||||
podman(1), buildah(1)
|
podman(1), buildah(1), registries.conf(5)
|
||||||
|
|
||||||
## HISTORY
|
## HISTORY
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ podman\-info - Display system information
|
|||||||
|
|
||||||
## DESCRIPTION
|
## 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
|
## OPTIONS
|
||||||
@ -93,4 +93,4 @@ map[registries:[docker.io registry.fedoraproject.org registry.access.redhat.com]
|
|||||||
```
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
podman(1), crio(8)
|
podman(1), registries.conf(5), storage.conf(5), crio(8)
|
||||||
|
@ -136,9 +136,14 @@ Writing manifest to image destination
|
|||||||
Storing signatures
|
Storing signatures
|
||||||
03290064078cb797f3e0a530e78c20c13dd22a3dd3adf84a5da2127b48df0438
|
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
|
## 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
|
## HISTORY
|
||||||
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
||||||
|
@ -105,9 +105,14 @@ INDEX NAME
|
|||||||
fedoraproject.org fedoraproject.org/fedora
|
fedoraproject.org fedoraproject.org/fedora
|
||||||
fedoraproject.org fedoraproject.org/fedora-minimal
|
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
|
## SEE ALSO
|
||||||
podman(1), crio(8)
|
podman(1), registries.conf(5), crio(8)
|
||||||
|
|
||||||
## HISTORY
|
## HISTORY
|
||||||
January 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
January 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
||||||
|
@ -132,10 +132,10 @@ has the capability to debug pods/images created by crio.
|
|||||||
|
|
||||||
**registries.conf** (`/etc/containers/registries.conf`)
|
**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
|
## SEE ALSO
|
||||||
`oci-hooks(5)`, `storage.conf(5)`, `crio(8)`
|
`oci-hooks(5)`, `registries.conf(5)`, `storage.conf(5)`, `crio(8)`
|
||||||
|
|
||||||
## HISTORY
|
## HISTORY
|
||||||
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>
|
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>
|
||||||
|
Reference in New Issue
Block a user