uoft-tapp / old-orig-tapp

TA assignment and matching application.
0 stars 2 forks source link

add daemon.json file to configure docker options (for /etc/docker on … #171

Closed simpslandyy closed 7 years ago

simpslandyy commented 7 years ago

…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.