mirror of https://github.com/docker/cli.git
docs: fix typo in "network create" docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4dd5c23d6e
commit
0a94d85cd6
|
@ -61,7 +61,7 @@ to access the network stack of a swarm service.
|
||||||
|
|
||||||
The `--attachable` option used in the example above disables this restriction,
|
The `--attachable` option used in the example above disables this restriction,
|
||||||
and allows for both swarm services and manually started containers to attach to
|
and allows for both swarm services and manually started containers to attach to
|
||||||
the oerlay network.
|
the overlay network.
|
||||||
|
|
||||||
Network names must be unique. The Docker daemon attempts to identify naming
|
Network names must be unique. The Docker daemon attempts to identify naming
|
||||||
conflicts but this is not guaranteed. It is the user's responsibility to avoid
|
conflicts but this is not guaranteed. It is the user's responsibility to avoid
|
||||||
|
|
|
@ -30,7 +30,7 @@ to access the network stack of a swarm service.
|
||||||
|
|
||||||
The `--attachable` option used in the example above disables this restriction,
|
The `--attachable` option used in the example above disables this restriction,
|
||||||
and allows for both swarm services and manually started containers to attach to
|
and allows for both swarm services and manually started containers to attach to
|
||||||
the oerlay network.
|
the overlay network.
|
||||||
|
|
||||||
Network names must be unique. The Docker daemon attempts to identify naming
|
Network names must be unique. The Docker daemon attempts to identify naming
|
||||||
conflicts but this is not guaranteed. It is the user's responsibility to avoid
|
conflicts but this is not guaranteed. It is the user's responsibility to avoid
|
||||||
|
|
Loading…
Reference in New Issue