Merge pull request #4565 from thaJeztah/24.0_backport_docker_tag_dupwords

[24.0 backport] docs: fix duplicate words in "docker tag" reference
This commit is contained in:
Bjorn Neergaard 2023-09-15 08:17:43 -06:00 committed by GitHub
commit 1f8118b1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ registry at `registry-1.docker.io` by default. Note that `docker.io` is the
canonical reference for Docker's public registry.
- `PORT_NUMBER`: If a hostname is present, it may optionally be followed by a
registry port number in the format `:8080`.
- `PATH`: The path consists consists of slash-separated components. Each
- `PATH`: The path consists of slash-separated components. Each
component may contain lowercase letters, digits and separators. A separator is
defined as a period, one or two underscores, or one or more hyphens. A component
may not start or end with a separator. While the