Skip to content

Commit

Permalink
docs: containers-registries.conf.5.md
Browse files Browse the repository at this point in the history
Drop "along as mentioned above" in the description of wildcards.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Jul 14, 2021
1 parent 45a2d19 commit fede54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/containers-registries.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Given an image name, a single `[[registry]]` TOML table is chosen based on its `
The user-specified image name must start with the specified `prefix` (and continue
with the appropriate separator) for a particular `[[registry]]` TOML table to be
considered; (only) the TOML table with the longest match is used. It can
also include wildcarded subdomains in the format `*.example.com` along as mentioned
above. The wildcard should only be present at the beginning as shown in the formats
also include wildcarded subdomains in the format `*.example.com`.
The wildcard should only be present at the beginning as shown in the formats
above. Other cases will not work. For example, `*.example.com` is valid but
`example.*.com`, `*.example.com/foo` and `*.example.com:5000/foo/bar:baz` are not.

Expand Down

0 comments on commit fede54a

Please sign in to comment.