Docker swarm¶
The default address pool that Docker Swarm uses for its overlay network is
10.0.0.0/8
. If this pool conflicts with your current network
implementation, you must use a custom IP address pool. Prior to installing MKE,
specify your custom address pool using the --default-addr-pool
option when initializing swarm.
Note
The Swarm default-addr-pool
and MCR default-address-pools
settings
define two separate IP address ranges used for different purposes.