On the occasion of our first deployment we learned that docker guessed
IP addresses for its bridge network that conflict with addressesin use
on the CSLAB private network. The result was a strange bug whereby the
container routed responses to http requests to the bridge rather than
to cslab machines. this config file makes docker choose addresses that
reserved by cslab and will never be assigned.
…container host)
On the occasion of our first deployment we learned that docker guessed IP addresses for its bridge network that conflict with addressesin use on the CSLAB private network. The result was a strange bug whereby the container routed responses to http requests to the bridge rather than to cslab machines. this config file makes docker choose addresses that reserved by cslab and will never be assigned.