Configuring the Docker Subnet Override
This section describes the configuration details for the Docker subnet override feature.
Use the following command to configure the Docker subnet override feature.
configuration docker-address-pools pool-name docker_bridge_address_pool_name [ base docker_bridge_subnet | size size ]
base docker_bridge_subnet
Specify the docker bridge subnet.
Must be a string in the ipv4-address-and-prefix-length pattern.
-Or-
Must be a string in the ipv6-address-and-prefix-length pattern.
Default Value: 172.17.0.0/16.
pool-name docker_bridge_address_pool_nameSpecify the pool name of the docker bridge address pool.
Must be a string.
size sizeSpecify the size. For example, 16, 24, etc.
Must be an integer in the range of 8-24.
Default Value: 24.