Networks
Note: The network will be created using the overlay driver and will allow containers to communicate across the hosts of your cluster.
Name Scope Subnet Gateway
{{ network.Name|truncate:40}} {{ network.Scope }} {{ network.IPAM.Config[0].Subnet ? network.IPAM.Config[0].Subnet : '-' }} {{ network.IPAM.Config[0].Gateway ? network.IPAM.Config[0].Gateway : '-' }}