summaryrefslogtreecommitdiff
path: root/docs/podman.1.md
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-07-16 12:14:05 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2018-07-20 11:00:52 +0200
commitc737d01937fc3644bdabbe50df71a455aa3b1f8b (patch)
tree96d987aaf4b6520cf8d209a5ae1db50c92eced46 /docs/podman.1.md
parent06a5cc41bfe816312b02fd96ecb175a7196b2b1d (diff)
downloadpodman-c737d01937fc3644bdabbe50df71a455aa3b1f8b.tar.gz
podman-c737d01937fc3644bdabbe50df71a455aa3b1f8b.tar.bz2
podman-c737d01937fc3644bdabbe50df71a455aa3b1f8b.zip
rootless: allow a per-user registries.conf file
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r--docs/podman.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 3ec6efd93..68a9e4e92 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -155,6 +155,8 @@ Hooks are not used when running in rootless mode.
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.
+When Podman runs in rootless mode, the file `$HOME/.config/containers/registries.conf` is used.
+
## Rootless mode
Podman can also be used as non-root user. When podman runs in rootless mode, an user namespace is automatically created.