Skip to content

Commit

Permalink
Use correct list syntax in containers-registries.conf(5)
Browse files Browse the repository at this point in the history
Four leading spaces are interpreted by go-md2man as a code block.

Add a new line to start a new paraagraph, so that go-md2man recognizes
the list syntax.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Apr 22, 2022
1 parent 8527e23 commit 7d1678d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/containers-registries.conf.5.md
Expand Up @@ -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.

Expand Down

0 comments on commit 7d1678d

Please sign in to comment.