Fix some typos
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
7d0041f9e5
commit
827bbe90a0
4 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ info:
|
||||||
# The tags on paths define the menu sections in the ReDoc documentation, so
|
# The tags on paths define the menu sections in the ReDoc documentation, so
|
||||||
# the usage of tags must make sense for that:
|
# the usage of tags must make sense for that:
|
||||||
# - They should be singular, not plural.
|
# - They should be singular, not plural.
|
||||||
# - There should not be too many tags, or the menu becomes unwieldly. For
|
# - There should not be too many tags, or the menu becomes unwieldy. For
|
||||||
# example, it is preferable to add a path to the "System" tag instead of
|
# example, it is preferable to add a path to the "System" tag instead of
|
||||||
# creating a tag with a single path in it.
|
# creating a tag with a single path in it.
|
||||||
# - The order of tags in this list defines the order in the menu.
|
# - The order of tags in this list defines the order in the menu.
|
||||||
|
|
|
@ -382,7 +382,7 @@ func (daemon *Daemon) findAndAttachNetwork(container *container.Container, idOrN
|
||||||
}
|
}
|
||||||
|
|
||||||
// Retry network attach again if we failed to
|
// Retry network attach again if we failed to
|
||||||
// find the network after successfull
|
// find the network after successful
|
||||||
// attachment because the only reason that
|
// attachment because the only reason that
|
||||||
// would happen is if some other container
|
// would happen is if some other container
|
||||||
// attached to the swarm scope network went down
|
// attached to the swarm scope network went down
|
||||||
|
|
|
@ -33,7 +33,7 @@ of steps.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker plugin install cpuguy83/docker-overlay2-graphdriver-plugin # this command also enables the driver
|
$ docker plugin install cpuguy83/docker-overlay2-graphdriver-plugin # this command also enables the driver
|
||||||
<output supressed>
|
<output suppressed>
|
||||||
$ pkill dockerd
|
$ pkill dockerd
|
||||||
$ dockerd --experimental -s cpuguy83/docker-overlay2-graphdriver-plugin
|
$ dockerd --experimental -s cpuguy83/docker-overlay2-graphdriver-plugin
|
||||||
```
|
```
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
- Unify the head commit
|
- Unify the head commit
|
||||||
- Sort out the GITCOMMIT environment variable in the absense of a .git (longer term)
|
- Sort out the GITCOMMIT environment variable in the absence of a .git (longer term)
|
||||||
- Add golint and other checks (swagger maybe?)
|
- Add golint and other checks (swagger maybe?)
|
||||||
|
|
||||||
#>
|
#>
|
||||||
|
|
Loading…
Add table
Reference in a new issue