diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-08-27 13:01:20 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-27 13:00:51 +0000 |
commit | 3b91c5e0c5880e5c6d3f24cf395b5d7d7512b853 (patch) | |
tree | 068c6b041b9b07eec157aacab3189f7e65a0b6e9 /docs/podman-pull.1.md | |
parent | 5f0a1c1ff8e6b44566334567adeba0e8bba8c8d8 (diff) | |
download | podman-3b91c5e0c5880e5c6d3f24cf395b5d7d7512b853.tar.gz podman-3b91c5e0c5880e5c6d3f24cf395b5d7d7512b853.tar.bz2 podman-3b91c5e0c5880e5c6d3f24cf395b5d7d7512b853.zip |
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
Diffstat (limited to 'docs/podman-pull.1.md')
-rw-r--r-- | docs/podman-pull.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index 3a22caa57..0da020929 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -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> |