From 5431f38dce69179ba63c54673c07f1e0e8856467 Mon Sep 17 00:00:00 2001 From: svdHero <24250824+svdHero@users.noreply.github.com> Date: Wed, 12 Jan 2022 16:19:18 +0100 Subject: [PATCH] Adds hint about default config and removes obsolete markdown escaping Signed-off-by: Joerg Baeuerle --- docs/containers-auth.json.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/containers-auth.json.5.md b/docs/containers-auth.json.5.md index 892cb70ae2..4030a06c05 100644 --- a/docs/containers-auth.json.5.md +++ b/docs/containers-auth.json.5.md @@ -11,7 +11,7 @@ on Windows and macOS, at `$HOME/.config/containers/auth.json`. When searching for the credential for a registry, the following files will be read in sequence until the valid credential is found: first reading the primary (read/write) file, or the explicit override using an option of the calling application. -If credentials are not present, search in `${XDG\_CONFIG\_HOME}/containers/auth.json`, `$HOME/.docker/config.json`, `$HOME/.dockercfg`. +If credentials are not present, search in `${XDG_CONFIG_HOME}/containers/auth.json` (usually `~/.config/containers/auth.json`), `$HOME/.docker/config.json`, `$HOME/.dockercfg`. Except the primary (read/write) file, other files are read-only, unless the user use an option of the calling application explicitly points at it as an override.