diff --git a/docs/containers-registries.conf.5.md b/docs/containers-registries.conf.5.md index 75d639c0ec..af10b788e6 100644 --- a/docs/containers-registries.conf.5.md +++ b/docs/containers-registries.conf.5.md @@ -238,9 +238,10 @@ location = "example-mirror-1.local/mirrors/foo" insecure = true ``` Given the above, a pull of `example.com/foo/image:latest` will try: - 1. `example-mirror-0.local/mirror-for-foo/image:latest` - 2. `example-mirror-1.local/mirrors/foo/image:latest` - 3. `internal-registry-for-example.net/bar/image:latest` + +1. `example-mirror-0.local/mirror-for-foo/image:latest` +2. `example-mirror-1.local/mirrors/foo/image:latest` +3. `internal-registry-for-example.net/bar/image:latest` in order, and use the first one that exists.