mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #30620 from thaJeztah/carry-29590
some grammatical errors
(cherry picked from commit deb0885419
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
56da5fa29b
commit
e795408586
3 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ This specification uses the following terms:
|
|||
<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
|
||||
must comply with standard DNS rules, but 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
|
||||
|
|
|
@ -99,7 +99,7 @@ This specification uses the following terms:
|
|||
<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
|
||||
must comply with standard DNS rules, but 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
|
||||
|
|
|
@ -440,7 +440,7 @@ f60c56784b83/
|
|||
my-app-tools
|
||||
```
|
||||
|
||||
This example change is going add a configuration directory at `/etc/my-app.d`
|
||||
This example change is going to add a configuration directory at `/etc/my-app.d`
|
||||
which contains a default config file. There's also a change to the
|
||||
`my-app-tools` binary to handle the config layout change. The `f60c56784b83`
|
||||
directory then looks like this:
|
||||
|
|
Loading…
Reference in a new issue