summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-15 06:23:00 -0500
committerGitHub <noreply@github.com>2021-02-15 06:23:00 -0500
commitdb56e19f6adf2d4096aa29a7159fafa1017371db (patch)
tree6b75692cb60386dc3412d6f03450ddf89ef42ef4
parent3ba0afdd0f03195827f46b50757928ead44b1567 (diff)
parent9a24d5098985770c421c42dbbbacaf9b7b34cdc4 (diff)
downloadpodman-db56e19f6adf2d4096aa29a7159fafa1017371db.tar.gz
podman-db56e19f6adf2d4096aa29a7159fafa1017371db.tar.bz2
podman-db56e19f6adf2d4096aa29a7159fafa1017371db.zip
Merge pull request #9366 from xatier/patch-1
[CI:DOCS] Update troubleshooting.md for registries.conf v2
-rw-r--r--troubleshooting.md4
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