Update swarm-mode.md

fixed typo
This commit is contained in:
Anne Henmi 2018-09-19 07:56:03 -06:00 committed by GitHub
parent 5ab93890e5
commit f4576b44fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ To add a manager to this swarm, run 'docker swarm join-token manager' and follow
By default Docker Swarm uses a default address pool `10.0.0.0/8` for global scope (overlay) networks. Every
network that does not have a subnet specified will have a subnet sequentially allocated from this pool. In
some circumstances it may be desireable to use a different default IP address pool for networks.
some circumstances it may be desirable to use a different default IP address pool for networks.
For example, if the default `10.0.0.0/8` range conflicts with already allocated address space in your network,
then it is desireable to ensure that networks use a different range without requiring Swarm users to specify