Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This specification uses the following terms:
A collection of tags grouped under a common prefix (the name component before <code>:</code>).
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.
A repository name is made up of slash-separated name components, optionally prefixed by a DNS hostname.
The hostname must follow comply with standard DNS rules, but may not contain <code>_</code> characters.
The hostname must comply with standard DNS rules (e.g. it may not contain <code>_</code> characters).
If a hostname is present, it may optionally be followed by a port number in the format <code>:8080</code>.
Name components may contain lowercase characters, digits, and separators.
A separator is defined as a period, one or two underscores, or one or more dashes.
Expand Down