diff options
author | xatier <xatierlike@gmail.com> | 2021-02-14 22:48:13 -0800 |
---|---|---|
committer | xatier <xatierlike@gmail.com> | 2021-02-15 02:49:16 -0800 |
commit | 9a24d5098985770c421c42dbbbacaf9b7b34cdc4 (patch) | |
tree | 6b75692cb60386dc3412d6f03450ddf89ef42ef4 | |
parent | 3ba0afdd0f03195827f46b50757928ead44b1567 (diff) | |
download | podman-9a24d5098985770c421c42dbbbacaf9b7b34cdc4.tar.gz podman-9a24d5098985770c421c42dbbbacaf9b7b34cdc4.tar.bz2 podman-9a24d5098985770c421c42dbbbacaf9b7b34cdc4.zip |
Update troubleshooting.md
Note that `[registries.search]` (the v1 format) is still supported, but
`registries.conf` can not mix v1 with v2 syntax.
[1] https://github.com/containers/image/commit/c04fa245754dc2c250424445f4190f348401f27b#diff-968a44bf11ad55a626a0d13a78ade8944ade3a36f53c7a3f985a9036cd64f5a5
Signed-off-by: xatier <xatierlike@gmail.com>
-rw-r--r-- | troubleshooting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index c028a7714..077e342cd 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -72,8 +72,8 @@ error pulling image "fedora": unable to pull fedora: error getting default regis #### Solution * Verify that the `/etc/containers/registries.conf` file exists. If not, verify that the containers-common package is installed. - * Verify that the entries in the `[registries.search]` section of the /etc/containers/registries.conf file are valid and reachable. - * i.e. `registries = ['registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com']` + * Verify that the entries in the `unqualified-search-registries` list of the `/etc/containers/registries.conf` file are valid and reachable. + * i.e. `unqualified-search-registries = ["registry.fedoraproject.org", "quay.io", "registry.access.redhat.com"]` --- ### 4) http: server gave HTTP response to HTTPS client |