mirror of https://github.com/docker/cli.git
Merge pull request #4707 from thaJeztah/fix_overlay_typo
docs: fix typo in "network create" docs
This commit is contained in:
commit
ce6832a355
|
@ -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