Skip to content

Commit

Permalink
Merge pull request #1527 from mtrmac/indent
Browse files Browse the repository at this point in the history
Use correct list syntax in containers-registries.conf(5)
  • Loading branch information
vrothberg committed Apr 25, 2022
2 parents 9fe075b + d8b6798 commit 729244e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/containers-registries.conf.5.md
Expand Up @@ -244,9 +244,10 @@ location = "registry.com"
location = "mirror.registry.com"
```
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.

Expand Down

0 comments on commit 729244e

Please sign in to comment.