The default subnet address for CIS docker subnet network is 172.17.0.0/16. If CIS is configured and the default CIS docker subnet conflicts with your current network, modify the subnet address.
To resolve this issue, run the following command:
/opt/novell/cis/bin/docker_change_cisnet.sh --subnet "<new subnet address>"
For example:
/opt/novell/cis/bin/docker_change_cisnet.sh --subnet "10.0.0.0/16"