Deep Debroy

Results 78 comments of Deep Debroy

Hi @mRoca thanks for the detailed report and analysis. I think an alternative to "burning" the address maybe to configure the `docker_gwbridge` to a certain subnet as mentioned in the...

For the subsequent, ```docker network create``` commands, you can specify the subnet and various other options (if the defaults do not work for your environment/scenario) as documented here: https://docs.docker.com/engine/reference/commandline/network_create/#specify-advanced-options. Does...

@frezbo are you using `cloudstor` independently? What Linux distro are you running on the Docker hosts? Is `/dev/mqueue` absent in the distro?

@CumpsD sorry about that .. it was my mistake. I closed it when I commited the fix in our repo but you should close it once the new templates are...

@jinuxstyle for the original issue, can you check if you get a consistent repro in latest versions of docker like 17.12 please and come up with some repro steps to...

For the DNS related logs, you need to enable debug logs for the deamon (https://success.docker.com/article/How_do_I_enable_'debug'_logging_of_the_Docker_daemon) and look for log entries prefixed with `resolver`. Example: ``` Feb 13 17:08:49 vm0 dockerd[19974]:...