Adds hint about default config and removes obsolete markdown escaping

Signed-off-by: Joerg Baeuerle <joerg.baeuerle@gmx.net>
This commit is contained in:
svdHero 2022-01-12 16:19:18 +01:00 committed by Joerg Baeuerle
parent 09a6859fe8
commit 5431f38dce
1 changed files with 1 additions and 1 deletions

View File

@ -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.