docs: use "containers-" prefix for registries and storage
Use the "containers-" prefix for all references to the containers-registries.conf and containers-storage.conf configuration files. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1350 Approved by: rhatdan
This commit is contained in:
parent
5f0a1c1ff8
commit
3b91c5e0c5
|
|
@ -597,7 +597,7 @@ podman build --no-cache --rm=false -t imageName .
|
|||
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), registries.conf(5)
|
||||
podman(1), buildah(1), containers-registries.conf(5)
|
||||
|
||||
## HISTORY
|
||||
|
||||
|
|
|
|||
|
|
@ -142,4 +142,4 @@ map[registries:[docker.io quay.io registry.fedoraproject.org registry.access.red
|
|||
```
|
||||
|
||||
## SEE ALSO
|
||||
podman(1), registries.conf(5), storage.conf(5), crio(8)
|
||||
podman(1), containers-registries.conf(5), containers-storage.conf(5), crio(8)
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ Storing signatures
|
|||
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), registries.conf(5), crio(8)
|
||||
podman(1), podman-push(1), podman-login(1), containers-registries.conf(5), crio(8)
|
||||
|
||||
## HISTORY
|
||||
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ fedoraproject.org fedoraproject.org/fedora-minimal
|
|||
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), registries.conf(5), crio(8)
|
||||
podman(1), containers-registries.conf(5), crio(8)
|
||||
|
||||
## HISTORY
|
||||
January 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ Currently it is not possible to create a network device, so rootless containers
|
|||
then only the loopback device will be available.
|
||||
|
||||
## SEE ALSO
|
||||
`oci-hooks(5)`, `registries.conf(5)`, `storage.conf(5)`, `crio(8)`
|
||||
`oci-hooks(5)`, `containers-registries.conf(5)`, `containers-storage.conf(5)`, `crio(8)`
|
||||
|
||||
## HISTORY
|
||||
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>
|
||||
|
|
|
|||
Loading…
Reference in New Issue