Skip to content

Commit e38f194

Browse files
committed
Fix a grammar mistake in serialization.md and don't imply _ is valid in dns hostnames
- Fix a grammar error ("follow comply" -> "comply") - Underscores are invalid in hostnames in DNS; fix the text not to imply they are valid. Signed-off-by: Jason Bouzane [email protected]
1 parent 82b42b6 commit e38f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This specification uses the following terms:
7575
A collection of tags grouped under a common prefix (the name component before <code>:</code>).
7676
For example, in an image tagged with the name <code>my-app:3.1.4</code>, <code>my-app</code> is the <i>Repository</i> component of the name.
7777
A repository name is made up of slash-separated name components, optionally prefixed by a DNS hostname.
78-
The hostname must follow comply with standard DNS rules, but may not contain <code>_</code> characters.
78+
The hostname must comply with standard DNS rules (e.g. it may not contain <code>_</code> characters).
7979
If a hostname is present, it may optionally be followed by a port number in the format <code>:8080</code>.
8080
Name components may contain lowercase characters, digits, and separators.
8181
A separator is defined as a period, one or two underscores, or one or more dashes.

0 commit comments

Comments
 (0)