File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/reference/commandline Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ may not contain underscores. If a hostname is present, it may optionally be
23
23
followed by a port number in the format ` :8080 ` . If not present, the command
24
24
uses Docker's public registry located at ` registry-1.docker.io ` by default. Name
25
25
components may contain lowercase letters, digits and separators. A separator
26
- is defined as a period, one or two underscores, or one or more dashes . A name
26
+ is defined as a period, one or two underscores, or one or more hyphens . A name
27
27
component may not start or end with a separator.
28
28
29
29
A tag name must be valid ASCII and may contain lowercase and uppercase letters,
30
- digits, underscores, periods and dashes . A tag name may not start with a
31
- period or a dash and may contain a maximum of 128 characters.
30
+ digits, underscores, periods and hyphens . A tag name may not start with a
31
+ period or a hyphen and may contain a maximum of 128 characters.
32
32
33
33
You can group your images together using names and tags, and then upload them
34
34
to [ * Share images on Docker Hub* ] ( https://docs.docker.com/get-started/part3/ ) .
You can’t perform that action at this time.
0 commit comments